Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
9336c3b
in code for
icbd.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 28, 2017, 2:49:01 PM (
8 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
d8c3967
Parents:
6755e15
Message:
typo
File:
1 edited
icbd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icbd.c
r6755e15
r9336c3b
393
393
if (is->rlen < is->length)
394
394
return;
395
/* nul
l
-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 */
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive