]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/record.c
NIH syndrome cure (2)
[vlc] / modules / access_filter / record.c
index 90457dced851d472781fc41c3320e09a7e715767..37474ee3eaba3a216481636f389a5d902fc18c63 100644 (file)
@@ -335,7 +335,7 @@ static void Dump( access_t *p_access, uint8_t *p_buffer, int i_buffer )
     {
         if( p_sys->f )
         {
-            msg_Dbg( p_access, "dumped "I64Fd" kb (%s)",
+            msg_Dbg( p_access, "dumped %"PRId64" kb (%s)",
                      p_sys->i_size/1024, p_sys->psz_file );
 
             Notify( p_access, false );