summaryrefslogtreecommitdiffstats
path: root/libtests/md5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/md5.cc')
-rw-r--r--libtests/md5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/md5.cc b/libtests/md5.cc
index 9b1ae483..ed6a7d7a 100644
--- a/libtests/md5.cc
+++ b/libtests/md5.cc
@@ -54,7 +54,7 @@ int main(int, char*[])
bool done = false;
while (! done)
{
- int len = fread(buf, 1, sizeof(buf), f);
+ size_t len = fread(buf, 1, sizeof(buf), f);
if (len <= 0)
{
done = true;