[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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
Powered by Openwall GNU/*/Linux -
Powered by OpenVZ