diff options
Diffstat (limited to 'apps/plugins/lib/configfile.c')
-rw-r--r-- | apps/plugins/lib/configfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c index 063efdde2e..5e1e776f39 100644 --- a/apps/plugins/lib/configfile.c +++ b/apps/plugins/lib/configfile.c @@ -63,7 +63,7 @@ int configfile_save(const char *filename, struct configdata *cfg, break; case TYPE_BOOL: - rb->fdprintf(fd, "%s: 10%d\n", + rb->fdprintf(fd, "%s: %10d\n", cfg[i].name, (int)*cfg[i].bool_p); break; |