summaryrefslogtreecommitdiff
path: root/src/mvd_client.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/mvd_client.c
parentf56136418650c1f26dc5f3161f7af29bcd8d6123 (diff)
Renamed COM_FormatFileSize into Com_FormatSize, added longer variant.
Diffstat (limited to 'src/mvd_client.c')
-rw-r--r--src/mvd_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mvd_client.c b/src/mvd_client.c
index bdb447e..b99bbe6 100644
--- a/src/mvd_client.c
+++ b/src/mvd_client.c
@@ -1518,7 +1518,7 @@ static void list_recordings( void ) {
if( pos < 0 ) {
strcpy( buffer, "???" );
} else {
- COM_FormatFileSize( buffer, pos, sizeof( buffer ) );
+ Com_FormatSize( buffer, pos, sizeof( buffer ) );
}
} else {
strcpy( buffer, "-" );