summaryrefslogtreecommitdiff
path: root/src/ui_demos.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-10-01 19:33:23 +0400
committerAndrey Nazarov <skuller@skuller.net>2010-10-01 19:33:23 +0400
commit8ed29fd28f023bd9e128b7ac4abdb02a201f602e (patch)
treecf4b4fe22477022db25d9f2c83a221fb771018aa /src/ui_demos.c
parentf56136418650c1f26dc5f3161f7af29bcd8d6123 (diff)
Renamed COM_FormatFileSize into Com_FormatSize, added longer variant.
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 );