(write_block): Declare index I as unsigned int, not int.
authorJim Meyering <jim@meyering.net>
Fri, 14 Apr 1995 04:27:46 +0000 (04:27 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Apr 1995 04:27:46 +0000 (04:27 +0000)
commit73daf892271f3c06a507effa34aa1a9365659ede
tree7cd653d1306051ccec6793d8cb868ac61e61629f
parent9f888b86b8236f5cac7f3544d61d2c3657511067
(write_block): Declare index I as unsigned int, not int.
(get_lcm): Likewise.
(dump_strings): Likewise.
(main): Likewise.
(dump): Cast BYTES_PER_BLOCK to off_t in MIN expression.
(dump_strings): Declare bufsize to be of type size_t, not int.
src/od.c