summaryrefslogtreecommitdiff
path: root/src/mvd_client.c
diff options
context:
space:
mode:
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, "-" );