Changeset e26e899 in code
- Timestamp:
- Aug 24, 2017, 9:47:11 PM (8 years ago)
- Branches:
- master
- Children:
- ab3bb32
- Parents:
- 094a76c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icb.c
r094a76c re26e899 271 271 return; 272 272 } 273 /* res doesn't include the terminating NUL */273 /* res doesn't include the terminating NUL */ 274 274 buflen = MIN((size_t)res + 1, sizeof buf - 1); 275 275 buf[0] = buflen; … … 329 329 return; 330 330 } 331 /* res doesn't include the terminating NUL */331 /* res doesn't include the terminating NUL */ 332 332 buflen = MIN((size_t)res + 1, sizeof buf - 1); 333 333 buf[0] = buflen;
Note:
See TracChangeset
for help on using the changeset viewer.