mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +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;
|
||||
}
|
||||
|
||||
// Nothing in the buffer, pool the lirc fd
|
||||
// Nothing in the buffer, poll the lirc fd
|
||||
FD_ZERO(&fds);
|
||||
FD_SET(fd,&fds);
|
||||
memset(&tv,0,sizeof(tv));
|
||||
|
Loading…
Reference in New Issue
Block a user