X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcallproc.c;h=0ee95f032fbfad87042eeaec24de60c979b9cab0;hb=3062d425fac0473eb5aa2efc0bb002f6ce0cb028;hp=e5766bae058caf2f6f2a5bd833f47df96414a71d;hpb=82f6d62ee211b1d36e8f45fed3ee3edde82b6916;p=chise%2Fxemacs-chise.git- diff --git a/src/callproc.c b/src/callproc.c index e5766ba..0ee95f0 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -482,7 +482,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you nread = 0; while (nread < bufsize - 1024) { - ssize_t this_read + Lstream_data_count this_read = Lstream_read (XLSTREAM (instream), bufptr + nread, bufsize - nread);