aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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