Changeset 2e815e5 for nick.c


Ignore:
Timestamp:
2014-02-28T23:14:11Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
35987a1
Parents:
6ae1056 (diff), cb90dc9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging a bunch of patches from Trac, collected by dx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    r6ae1056 r2e815e5  
    210210                                                              "UTF-8", "", NULL, NULL, NULL );
    211211               
    212                 if( chop && ( s = strchr( part, chop ) ) )
     212                if( part && chop && ( s = strchr( part, chop ) ) )
    213213                        len = MIN( len, s - part );
    214214               
Note: See TracChangeset for help on using the changeset viewer.