- Timestamp:
- 11/07/08 04:43:36 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/protocols/shared/rfc1459_io.c
r821 r825 59 59 * we have parsed. */ 60 60 /* null-terminate and get rid of the [\r]\n sequence. */ 61 if ( *(s - 1) == '\r')61 if (s > cp->buf && *(s - 1) == '\r') 62 62 *(s - 1) = '\0'; 63 63 else
Note: See TracChangeset
for help on using the changeset viewer.
