Use the correct type for opt.junk when printing stats.

This commit is contained in:
Guilherme Goncalves 2015-01-23 10:52:13 -02:00
parent bec6a8da39
commit ec98a44662

View File

@ -461,7 +461,7 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
OPT_WRITE_SIZE_T(narenas)
OPT_WRITE_SSIZE_T(lg_dirty_mult)
OPT_WRITE_BOOL(stats_print)
OPT_WRITE_BOOL(junk)
OPT_WRITE_CHAR_P(junk)
OPT_WRITE_SIZE_T(quarantine)
OPT_WRITE_BOOL(redzone)
OPT_WRITE_BOOL(zero)