Changeset 9336c3b in code for icbd.c


Ignore:
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

Legend:

Unmodified
Added
Removed
  • icbd.c

    r6755e15 r9336c3b  
    393393                if (is->rlen < is->length)
    394394                        return;
    395                 /* null-terminate the data */
     395                /* nul-terminate the data */
    396396                is->buffer[MIN(is->rlen, ICB_MSGSIZE - 1)] = '\0';
    397397                /* process the message in full */
Note: See TracChangeset for help on using the changeset viewer.