from_os_specific

This commit is contained in:
David Rose 2009-11-24 00:38:53 +00:00
parent 863662c542
commit 2e531a4650

View File

@ -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);