Mercurial > hg > xemacs-beta
diff src/md5.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | abe6d1db359e |
children | 183866b06e0b |
line wrap: on
line diff
--- a/src/md5.c Mon Aug 13 11:43:25 2007 +0200 +++ b/src/md5.c Mon Aug 13 11:44:37 2007 +0200 @@ -579,7 +579,7 @@ 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;