mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=16927
This commit is contained in:
parent
2f708e9f44
commit
9804ebb026
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ void recvrequest(char *cmd, char *local, char *remote, char *mode,
|
||||||
int (*closefunc)(), _pclose(), fclose();
|
int (*closefunc)(), _pclose(), fclose();
|
||||||
void (*oldintr)(int), (*oldintp)(int);
|
void (*oldintr)(int), (*oldintp)(int);
|
||||||
void abortrecv();
|
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;
|
char *gunique(), msg;
|
||||||
// static char *buf; // Szurgot: Shouldn't this go SOMEWHERE?
|
// static char *buf; // Szurgot: Shouldn't this go SOMEWHERE?
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
|
|
Loading…
Reference in a new issue