Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset dd14ecc
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-03-23T15:02:42Z (
17 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fcd5003
Parents:
8a2221a7
Message:
s/g_strsplit/g_strsplit_set/, thanks to misc@… (Bug
#380
).
File:
1 edited
conf.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
conf.c
r8a2221a7
rdd14ecc
252
252
{
253
253
g_strfreev( conf->migrate_storage );
254
conf->migrate_storage = g_strsplit
( ini->value, " \t,;", -1 );
254
conf->migrate_storage = g_strsplit
_set
( ini->value, " \t,;", -1 );
255
255
}
256
256
else if( g_strcasecmp( ini->key, "pinginterval" ) == 0 )
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive