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) } } fclose(fd); +#if 0 if (plist) { // write new format config config_write(cfgfile, plist); } +#endif } } free(contents); |