aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 1562735..2823a23 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -209,6 +209,9 @@ static int optional_cdimg_filter(struct dirent **namelist, int count,
struct stat64 statf;
FILE *f;
+ if (count <= 1)
+ return count;
+
for (i = 1; i < count; i++) {
if (namelist[i] == NULL || namelist[i]->d_type == DT_DIR)
continue;