Changeset 9336c3b in code
- Timestamp:
-
Aug 28, 2017, 2:49:01 PM
(8 years ago)
- Author:
- Mike Belopuhov <mike@…>
- Branches:
- master
- Children:
- d8c3967
- Parents:
- 6755e15
- Message:
-
typo
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r6755e15
|
r9336c3b
|
|
393 | 393 | if (is->rlen < is->length) |
394 | 394 | return; |
395 | | /* null-terminate the data */ |
| 395 | /* nul-terminate the data */ |
396 | 396 | is->buffer[MIN(is->rlen, ICB_MSGSIZE - 1)] = '\0'; |
397 | 397 | /* process the message in full */ |