You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/pkcrack/files/pkcrack-1.2.2-gcc14-build.p...

13 lines
361 B

Bug: https://bugs.gentoo.org/924227
--- a/src/zdmain.c
+++ b/src/zdmain.c
@@ -53,7 +53,7 @@ char *c;
break;
default:
fprintf( stderr, "Usage: %s {<password> | <key0> <key1> <key2>} <cryptedzipfile> <plainzipfile>\n", argv[0] );
- return;
+ return 0;
}
zipdecrypt( argv[argc-2], argv[argc-1], key0, key1, key2 );