Browse Source

from_os_specific

David Rose 16 years ago
parent
commit
2e531a4650
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/prckeys/signPrcFile_src.cxx

+ 1 - 1
dtool/src/prckeys/signPrcFile_src.cxx

@@ -363,7 +363,7 @@ main(int argc, char *argv[]) {
   }
 
   for (int i = 1; i < argc; i++) {
-    sign_prc(argv[1], no_comments, pkey);
+    sign_prc(Filename::from_os_specific(argv[1]), no_comments, pkey);
   }
 
   return (0);