[ros-diffs] [hpoussin] 23912: Fix compilation of rosapps with gcc 3.4.5. Thanks Gge on IRC
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Mon Sep 4 18:29:01 CEST 2006
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?rev=23912&r1=23911&r2=23912&view=diff
==============================================================================
--- 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
More information about the Ros-diffs
mailing list