]> git.sesse.net Git - vlc/commitdiff
* fixed 2 minor compilation warnings
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 19 Sep 2005 18:16:32 +0000 (18:16 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 19 Sep 2005 18:16:32 +0000 (18:16 +0000)
modules/access/mms/mmstu.c

index 29fdde2903cb7eaccab3e4d90db9c99c0eb00c1b..2e0641a8df23737d7cb1c5fb93fcb8620f6226d1 100644 (file)
@@ -1016,7 +1016,7 @@ static int NetFillBuffer( access_t *p_access )
 
     if( i_handle_max == 0 )
     {
-        msg_Warn( p_access, "nothing to read %d:%d", i_tcp, i_udp );
+        msg_Warn( p_access, "nothing to read %d:%d", (int)i_tcp, (int)i_udp );
         return 0;
     }
     else