XEmacs 21.2.46 "Urania".
[chise/xemacs-chise.git.1] / src / md5.c
index 901ca58..608ba7b 100644 (file)
--- 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;