Commit abecc78a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 4059d487
...@@ -1081,7 +1081,7 @@ static int NetFillBuffer( access_t *p_access ) ...@@ -1081,7 +1081,7 @@ static int NetFillBuffer( access_t *p_access )
i_udp + MMS_BUFFER_SIZE/2, 0 ); i_udp + MMS_BUFFER_SIZE/2, 0 );
} }
#if MMS_DEBUG #ifdef MMS_DEBUG
if( p_sys->i_proto == MMS_PROTO_UDP ) if( p_sys->i_proto == MMS_PROTO_UDP )
{ {
msg_Dbg( p_access, "filling buffer TCP:%d+%d UDP:%d+%d", msg_Dbg( p_access, "filling buffer TCP:%d+%d UDP:%d+%d",
......
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