Changeset 34d16d5
- Timestamp:
- 2015-09-06T02:26:41Z (9 years ago)
- Branches:
- master
- Children:
- 0ef1c92
- Parents:
- f5bbaba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
rf5bbaba r34d16d5 248 248 g_free(conf->configdir); 249 249 conf->configdir = g_strdup(ini->value); 250 } else if (g_strcasecmp(ini->key, "plugindir") == 0) { 251 g_free(conf->plugindir); 252 conf->plugindir = g_strdup(ini->value); 250 253 } else if (g_strcasecmp(ini->key, "motdfile") == 0) { 251 254 g_free(conf->motdfile);
Note: See TracChangeset
for help on using the changeset viewer.