Changeset cc6fdf8 for nick.c


Ignore:
Timestamp:
2012-12-22T00:14:26Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7d5afa6
Parents:
92d3044 (diff), 573e274 (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 JSON branch. It's very stable by now, and I want more testers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    r92d3044 rcc6fdf8  
    134134                                chop = fmt[1];
    135135                                if( chop == '\0' )
     136                                {
     137                                        g_string_free( ret, TRUE );
    136138                                        return NULL;
     139                                }
    137140                                fmt += 2;
    138141                        }
     
    187190                        else
    188191                        {
     192                                g_string_free( ret, TRUE );
    189193                                return NULL;
    190194                        }
Note: See TracChangeset for help on using the changeset viewer.