Parent Directory
|
Revision Log
|
Patch
revision 533 by michael, Sat Mar 18 11:26:39 2006 UTC | revision 534 by michael, Tue Mar 21 19:06:29 2006 UTC | |
---|---|---|
# | Line 1432 rebuild_isupport_message_line(void) | Line 1432 rebuild_isupport_message_line(void) |
1432 | len++; | len++; |
1433 | *p = '\0'; | *p = '\0'; |
1434 | ||
1435 | if (++tokens == (MAXPARA-2) || len >= (sizeof(isupportbuffer)-reserve)) | if (++tokens == (IRCD_MAXPARA-2) || len >= (sizeof(isupportbuffer)-reserve)) |
1436 | { /* arbritrary for now */ | { /* arbritrary for now */ |
1437 | if (*--p == ' ') | if (*--p == ' ') |
1438 | *p = '\0'; | *p = '\0'; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |