-
Committer:
Tyler Hicks
-
Date:
2013-10-28 05:04:26 UTC
-
Revision ID:
tyhicks@canonical.com-20131028050426-cworyd5hb9n3bct8
Fix a -Wsign-compare warning on i386 by casting the signed (ssize_t)
read_bytes variable to an unsigned type (size_t). This is safe because
read_bytes is known to be positive at this point in the code due to
previous conditionals.