X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usystem.c;h=baba3537e5e2213571c7cfea9aceadf13266545d;hb=ca218df6e665995a11015980f86003d915de9812;hp=92234806ab6bfc85c7153d708bd93388cedccdf3;hpb=e5eb4d4682dc573c4bb981ecd9cde67d579c0515;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) {