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];
Show replies by date