- Timestamp:
- Oct 14, 2017 3:35:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/cmp_util.c
r3092 r3095 362 362 { 363 363 if ((off_t)blk_sz > length) 364 blk_sz = length;364 blk_sz = (size_t)length; 365 365 366 366 bytes_read = read(fd1, b1, blk_sz);
Note:
See TracChangeset
for help on using the changeset viewer.