aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 24f71a37..23826c8e 100644
--- a/conf.c
+++ b/conf.c
@@ -74,7 +74,7 @@ static void numdump(const char *name, const int num)
/* dump a numeric quantity at current indent */
{
indent('\0');
- fprintf(stdout, "'%s':%d,\n", name, num);
+ fprintf(stdout, "'%s':%d,\n", name, NUM_VALUE_OUT(num));
}
static void booldump(const char *name, const int onoff)