Change type of global, digest_hex_bytes, to size_t
authorJim Meyering <jim@meyering.net>
Sat, 14 Sep 2002 07:40:04 +0000 (07:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Sep 2002 07:40:04 +0000 (07:40 +0000)
commit5ca2fe79d990309d5cfe32eb62ce7a0fef7d3614
treebffd8357aea4a6efb8952fe0375d484f379e7e16
parentfd7306871161bb10d9235a396ef63844d507c2ce
Change type of global, digest_hex_bytes, to size_t
to avoid warnings about `comparison between signed and unsigned'.
(split_3): Change parameter names to be readable and add comment.
Clean up the test for whether a line may be ignored.
src/md5sum.c