aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-06-07 19:28:08 +0000
committerkraxel <kraxel>2004-06-07 19:28:08 +0000
commit41ca47fd936acb3524c69e417c03a979b2c0adb3 (patch)
tree2a9ef90ccfc2bfb578fbc09d72bc4a874cab9282
parent7c0a76f027d5820af7f2bbbe6abb3234383a5d9b (diff)
downloadfbida-41ca47fd936acb3524c69e417c03a979b2c0adb3.tar.gz
- fbi: select() fix.
-rw-r--r--fbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbi.c b/fbi.c
index bd4d9a9..77d86bb 100644
--- a/fbi.c
+++ b/fbi.c
@@ -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