summaryrefslogtreecommitdiff
path: root/source/sw_model.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sw_model.c')
-rw-r--r--source/sw_model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sw_model.c b/source/sw_model.c
index e21c52b..28678b5 100644
--- a/source/sw_model.c
+++ b/source/sw_model.c
@@ -91,7 +91,7 @@ void Mod_Modellist_f (void)
{
if (!mod->name[0])
continue;
- Com_Printf( "%8i : %s\n",mod->pool.cursize, mod->name);
+ Com_Printf( "%8"PRIz" : %s\n",mod->pool.cursize, mod->name);
total += mod->pool.cursize;
}
Com_Printf( "Total resident: %i\n", total);