]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fix a possible issue
authorDale Weiler <killfieldengine@gmail.com>
Sat, 15 Jun 2013 05:28:38 +0000 (05:28 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 15 Jun 2013 05:28:38 +0000 (05:28 +0000)
stat.c

diff --git a/stat.c b/stat.c
index 673fae8bb6a8eaeef829bbd924d8916837316305..f4b996937ed9e4ddcaaad58042a67ea7e62ab76e 100644 (file)
--- 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
         );