From 90a016c6e08d11f67b127100d9e8bf1b8ccbc3ef Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 15 Jun 2013 05:28:38 +0000 Subject: [PATCH] Fix a possible issue --- stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stat.c b/stat.c index 673fae8..f4b9969 100644 --- a/stat.c +++ b/stat.c @@ -593,7 +593,7 @@ void stat_info() { stat_dump_stats_table ( stat_size_vectors, - " %2u| # of %4u byte vectors: %u\n", + " %2u| # of %5u byte vectors: %u\n", &mem ); @@ -604,7 +604,7 @@ void stat_info() { stat_dump_stats_table ( stat_size_hashtables, - " %2u| # of %4u element hashtables: %u\n", + " %2u| # of %5u element hashtables: %u\n", NULL ); -- 2.39.2