- Timestamp:
- Jan 18, 2015, 8:46:13 PM (10 years ago)
- Branches:
- master
- Children:
- d27dc1e
- Parents:
- cb7c494
- git-author:
- Mike Belopuhov <mike@…> (01/18/15 16:58:53)
- git-committer:
- Mike Belopuhov <mike@…> (01/18/15 20:46:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icb.c
rcb7c494 r4c2a775 600 600 if (*buf && **buf == ICB_M_SEP) { 601 601 **buf = '\0'; 602 end = *buf;603 602 (*buf)++; 604 } else605 606 while (notrspace && end && *(--end) == ' ' && end > start)603 } 604 end = *buf; 605 while (notrspace && end && end > start && *(--end) == ' ') 607 606 *end = '\0'; 608 607 return (start);
Note:
See TracChangeset
for help on using the changeset viewer.