]> git.sesse.net Git - vlc/blobdiff - modules/demux/ts.c
NIH syndrome cure (2)
[vlc] / modules / demux / ts.c
index 8a450e7ebbe8cc013c9eaa412da01e4371f18c65..8e84154a9951516f9bf57465ba98a3677fd6f84a 100644 (file)
@@ -911,7 +911,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 ("I64Fd" Kbytes dumped)",
+        msg_Info( p_demux ,"closing %s (%"PRId64" Kbytes dumped)",
                   p_sys->psz_file, p_sys->i_write / 1024 );
 
         if( p_sys->p_file != stdout )