Changeset f1df064


Ignore:
Timestamp:
2005-12-02T23:41:57Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
46cce70
Parents:
027d2eb
Message:

Oops...
A
very
small
typo
caused very weird problems in the line splitting code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r027d2eb rf1df064  
    666666                /* If there's a newline/space in this string, split up there,
    667667                   looks a bit prettier. */
    668                 if( ( nl = strrchr( msg, '\n' ) ) || ( nl = strchr( msg, ' ' ) ) )
     668                if( ( nl = strrchr( msg, '\n' ) ) || ( nl = strrchr( msg, ' ' ) ) )
    669669                {
    670670                        msg[425] = tmp;
Note: See TracChangeset for help on using the changeset viewer.