diff options
author | kraxel <kraxel> | 2004-06-07 19:28:08 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2004-06-07 19:28:08 +0000 |
commit | 41ca47fd936acb3524c69e417c03a979b2c0adb3 (patch) | |
tree | 2a9ef90ccfc2bfb578fbc09d72bc4a874cab9282 /fbi.c | |
parent | 7c0a76f027d5820af7f2bbbe6abb3234383a5d9b (diff) | |
download | fbida-41ca47fd936acb3524c69e417c03a979b2c0adb3.tar.gz |
- fbi: select() fix.
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -784,6 +784,7 @@ svga_show(struct ida_image *img, int timeout, char *desc, char *info, int *nr) console_switch(0); continue; } + FD_ZERO(&set); FD_SET(0, &set); fdmax = 1; #ifdef HAVE_LIBLIRC |