Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    rdd14ecc reeb85a8  
    252252                        {
    253253                                g_strfreev( conf->migrate_storage );
    254                                 conf->migrate_storage = g_strsplit_set( ini->value, " \t,;", -1 );
     254                                conf->migrate_storage = g_strsplit( ini->value, " \t,;", -1 );
    255255                        }
    256256                        else if( g_strcasecmp( ini->key, "pinginterval" ) == 0 )
Note: See TracChangeset for help on using the changeset viewer.