mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Fix a possible issue
This commit is contained in:
parent
6617684a8d
commit
90a016c6e0
1 changed files with 2 additions and 2 deletions
4
stat.c
4
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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue