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

Compile fix

parent fe99a2ad
......@@ -756,7 +756,7 @@ static int Read( access_t * p_access, uint8_t * p_buffer, int i_len )
int i_ret;
struct pollfd ufd;
ufd.fd = fds;
ufd.fd = p_sys->i_fd;
ufd.events = POLLIN;
if( p_access->info.b_eof )
......
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