Changeset f1df064
- Timestamp:
- 2005-12-02T23:41:57Z (19 years ago)
- Branches:
- master
- Children:
- 46cce70
- Parents:
- 027d2eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r027d2eb rf1df064 666 666 /* If there's a newline/space in this string, split up there, 667 667 looks a bit prettier. */ 668 if( ( nl = strrchr( msg, '\n' ) ) || ( nl = str chr( msg, ' ' ) ) )668 if( ( nl = strrchr( msg, '\n' ) ) || ( nl = strrchr( msg, ' ' ) ) ) 669 669 { 670 670 msg[425] = tmp;
Note: See TracChangeset
for help on using the changeset viewer.