Compile fix for some GCCs - patch sent to author - from Micko. (nw)

This commit is contained in:
Scott Stone 2014-05-30 13:48:47 +00:00
parent 0e87a7b58c
commit 9e9d50d798

View File

@ -1659,7 +1659,7 @@ static void *push_to_stdin(void *arg) {
static void *pull_from_stdout(void *arg) {
struct threadparam *tp = (struct threadparam *)arg;
int k, stop = 0;
int k=0, stop = 0;
DWORD n, sent;
char buf[IOBUF_SIZE];