mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
Fix typo: pool -> poll
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28356 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6fc95c1817
commit
5fb47cba37
@ -76,7 +76,7 @@ int mp_input_lirc_read(int fd,char* dest, int s) {
|
|||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nothing in the buffer, pool the lirc fd
|
// Nothing in the buffer, poll the lirc fd
|
||||||
FD_ZERO(&fds);
|
FD_ZERO(&fds);
|
||||||
FD_SET(fd,&fds);
|
FD_SET(fd,&fds);
|
||||||
memset(&tv,0,sizeof(tv));
|
memset(&tv,0,sizeof(tv));
|
||||||
|
Loading…
Reference in New Issue
Block a user