aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------frontend/libpicofe0
-rw-r--r--frontend/menu.c3
2 files changed, 3 insertions, 0 deletions
diff --git a/frontend/libpicofe b/frontend/libpicofe
-Subproject d1453cf7e6d5d6758cc5d72c6d3af7d37156bf7
+Subproject 515ac0b9d2c4d45a465335d54b8c49830914fce
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;