diff options
Diffstat (limited to 'src/userpref.c')
| -rw-r--r-- | src/userpref.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userpref.c b/src/userpref.c index 409eb27..8d2ebf2 100644 --- a/src/userpref.c +++ b/src/userpref.c | |||
| @@ -275,10 +275,12 @@ static int config_read(const char *cfgfile, plist_t *dict) | |||
| 275 | } | 275 | } |
| 276 | } | 276 | } |
| 277 | fclose(fd); | 277 | fclose(fd); |
| 278 | #if 0 | ||
| 278 | if (plist) { | 279 | if (plist) { |
| 279 | // write new format config | 280 | // write new format config |
| 280 | config_write(cfgfile, plist); | 281 | config_write(cfgfile, plist); |
| 281 | } | 282 | } |
| 283 | #endif | ||
| 282 | } | 284 | } |
| 283 | } | 285 | } |
| 284 | free(contents); | 286 | free(contents); |
