1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

* src/misc/net.c: fix for the udp-auto-mtu on win32.

This commit is contained in:
Gildas Bazin 2004-06-09 11:13:42 +00:00
parent d0af376e17
commit a8d4796d36

View File

@ -291,7 +291,7 @@ int __net_Read( vlc_object_t *p_this, int fd, uint8_t *p_data, int i_data,
{
msg_Err( p_this, "recv() failed. "
"Increase the mtu size (--mtu option)" );
i_recv = i_data;
i_total += i_data;
}
else
msg_Err( p_this, "recv failed (%i)", WSAGetLastError() );