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

Compile fix

parent ab36d2f7
......@@ -345,7 +345,7 @@ __net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs,
{
int canc = vlc_savecancel ();
n = vs->pf_recv (vs->p_sys, p_buf, i_buflen);
canc = vlc_restorecancel (canc);
vlc_restorecancel (canc);
}
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