X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usystem.c;h=baba3537e5e2213571c7cfea9aceadf13266545d;hb=f24db00b2a6580f64ed6c0863888ec8fa3c2907a;hp=92234806ab6bfc85c7153d708bd93388cedccdf3;hpb=247b78e04059c63bb74ad0cc3bb81f93e0636b95;p=xboard.git diff --git a/usystem.c b/usystem.c index 9223480..baba353 100644 --- a/usystem.c +++ b/usystem.c @@ -657,7 +657,7 @@ OutputToProcess (ProcRef pr, char *message, int count, int *outError) { static int line = 0; ChildProc *cp = (ChildProc *) pr; - int outCount; + int outCount = count; if (pr == NoProc) {