]> git.sesse.net Git - vlc/blobdiff - modules/demux/ts.c
Use ISO 80000 units for byte quantities as adequate
[vlc] / modules / demux / ts.c
index 4838ebe5aeda7fdfa739956f8ba8d6461c70db8a..78332fe745924335711fa1914d43f535b9115b22 100644 (file)
@@ -885,7 +885,7 @@ static void Close( vlc_object_t *p_this )
     /* If in dump mode, then close the file */
     if( p_sys->b_file_out )
     {
-        msg_Info( p_demux ,"closing %s (%"PRId64" Kbytes dumped)",
+        msg_Info( p_demux ,"closing %s (%"PRId64" KiB dumped)",
                   p_sys->psz_file, p_sys->i_write / 1024 );
 
         if( p_sys->p_file != stdout )