summaryrefslogtreecommitdiff
path: root/src/ui_demos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_demos.c')
-rw-r--r--src/ui_demos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_demos.c b/src/ui_demos.c
index ab75fd7..2a8a4e1 100644
--- a/src/ui_demos.c
+++ b/src/ui_demos.c
@@ -85,7 +85,7 @@ static void BuildName( file_info_t *info, char **cache ) {
CL_GetDemoInfo( buffer, &demo );
}
- COM_FormatFileSize( buffer, info->size, sizeof( buffer ) );
+ Com_FormatSize( buffer, info->size, sizeof( buffer ) );
e = UI_FormatColumns( DEMO_EXTRASIZE,
info->name, buffer, demo.map, demo.pov, NULL );