Commit f7d8835a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed 2 minor compilation warnings

parent 2e1869c4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment