X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fmd5.c;h=608ba7b6143a66b2eae47e68dac3b7daf5d32693;hp=901ca5832ab8bea71bd6bb522646163d4d26ea9f;hb=3062d425fac0473eb5aa2efc0bb002f6ce0cb028;hpb=c740b47fa11cbfe4416bbcfb991ad714f82610a8 diff --git a/src/md5.c b/src/md5.c index 901ca58..608ba7b 100644 --- a/src/md5.c +++ b/src/md5.c @@ -579,7 +579,7 @@ file-coding or Mule support. Otherwise, they are ignored. while (1) { Bufbyte tempbuf[1024]; /* some random amount */ - ssize_t size_in_bytes = + Lstream_data_count size_in_bytes = Lstream_read (XLSTREAM (instream), tempbuf, sizeof (tempbuf)); if (!size_in_bytes) break;