[ros-diffs] [weiden] 16927: fixed uninitialized variable warning

weiden at svn.reactos.com weiden at svn.reactos.com
Sun Jul 31 23:51:11 CEST 2005


fixed uninitialized variable warning
Modified: trunk/reactos/apps/utils/net/ftp/ftp.c
  _____  

Modified: trunk/reactos/apps/utils/net/ftp/ftp.c
--- trunk/reactos/apps/utils/net/ftp/ftp.c	2005-07-31 21:27:56 UTC
(rev 16926)
+++ trunk/reactos/apps/utils/net/ftp/ftp.c	2005-07-31 21:51:04 UTC
(rev 16927)
@@ -729,7 +729,7 @@

 	int (*closefunc)(), _pclose(), fclose();
 	void (*oldintr)(int), (*oldintp)(int);
 	void abortrecv();
-	int oldverbose, oldtype = 0, is_retr, tcrflag, nfnd, bare_lfs =
0;
+	int oldverbose = 0, oldtype = 0, is_retr, tcrflag, nfnd,
bare_lfs = 0;
 	char *gunique(), msg;
 //	static char *buf; // Szurgot: Shouldn't this go SOMEWHERE?
         char buf[1024];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050731/72fbee2f/attachment.html


More information about the Ros-diffs mailing list