mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=16953
This commit is contained in:
@@ -724,7 +724,7 @@ void abortrecv()
|
||||
void recvrequest(char *cmd, char *local, char *remote, char *mode,
|
||||
int printnames)
|
||||
{
|
||||
FILE *fout;
|
||||
FILE *fout = stdout;
|
||||
int din = 0;
|
||||
int (*closefunc)(), _pclose(), fclose();
|
||||
void (*oldintr)(int), (*oldintp)(int);
|
||||
|
||||
Reference in New Issue
Block a user