Compile fix for DEBUG=1 builds, 32-bit, GCC 4.6.3 (nw)

This commit is contained in:
Scott Stone 2014-06-12 21:01:34 +00:00
parent cd82c879a2
commit e97ae4ed01

View File

@ -1664,7 +1664,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];