Author: hpoussin Date: Mon Sep 4 20:29:00 2006 New Revision: 23912
URL: http://svn.reactos.org/svn/reactos?rev=23912&view=rev Log: Fix compilation of rosapps with gcc 3.4.5. Thanks Gge on IRC
Modified: trunk/rosapps/sysutils/pedump/pedump.c
Modified: trunk/rosapps/sysutils/pedump/pedump.c URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/sysutils/pedump/pedump.c?re... ============================================================================== --- trunk/rosapps/sysutils/pedump/pedump.c (original) +++ trunk/rosapps/sysutils/pedump/pedump.c Mon Sep 4 20:29:00 2006 @@ -1956,7 +1956,8 @@
int i, /*j,*/ n; - char c, cc; + char c = 0; + char cc;
static char buff[512]; // result of translation