]> git.sesse.net Git - vlc/blobdiff - modules/access/smb.c
NIH syndrome cure (2)
[vlc] / modules / access / smb.c
index 0d6471f9154202dfbdf52a070bea3237b53424fb..39d5b873677c77ca4b42289d2de286ee682dd8ec 100644 (file)
@@ -330,7 +330,7 @@ static int Seek( access_t *p_access, int64_t i_pos )
 
     if( i_pos < 0 ) return VLC_EGENERIC;
 
-    msg_Dbg( p_access, "seeking to "I64Fd, i_pos );
+    msg_Dbg( p_access, "seeking to %"PRId64, i_pos );
 
 #ifdef USE_CTX
     i_ret = p_sys->p_smb->lseek(p_sys->p_smb, p_sys->p_file, i_pos, SEEK_SET);