|
|
Message-ID: <823736.49577.qm@web113909.mail.gq1.yahoo.com>
Date: Thu, 11 Mar 2010 17:21:17 -0800 (PST)
From: Bob Bob <sc00bz64@...oo.com>
To: john-users@...ts.openwall.com
Subject: Minor bug in mkvcalcproba
Sorry, I have no idea where to send this bug report or fix. For future reference, where should I send bug reports and/or fixes?
--- john-1.7.5-jumbo-2/src/mkvcalcproba.c 2010-03-11 17:40:38.751168800 -0600
+++ john-1.7.5/src/mkvcalcproba.c 2010-03-11 18:59:11.423043800 -0600
@@ -102,7 +102,7 @@ int main(int argc, char * * argv)
fichier = fopen(argv[2], "r");
if(!fichier)
{
- printf("could not open %s\n", argv[1]);
+ printf("could not open %s\n", argv[2]);
return -1;
}
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.