]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/waveout.c
NIH syndrome cure (2)
[vlc] / modules / audio_output / waveout.c
index b329d1478136b33bb1bac4584be2b1d93dd617c4..95b583c0937476d1149df61dc8730e0f89d0f131 100644 (file)
@@ -994,7 +994,7 @@ static void WaveOutThread( notification_thread_t *p_notif )
     if( p_aout->b_die )
         return;
 
-    msg_Dbg( p_aout, "will start to play in "I64Fd" us",
+    msg_Dbg( p_aout, "will start to play in %"PRId64" us",
              (p_sys->start_date - AOUT_PTS_TOLERANCE/4)-mdate());
 
     // than wait a short time... before grabbing first frames