This commit is contained in:
Shaun Inman 2023-03-24 11:39:25 -04:00
parent 9e2eb10f56
commit 07720acd4b
3 changed files with 5 additions and 4 deletions

View file

@ -791,7 +791,6 @@ static Array* getEntries(char* path){
char full_path[256];
sprintf(full_path, "%s/", ROMS_PATH);
tmp = full_path + strlen(full_path);
LOG_info("%s\n", full_path);
// while loop so we can collate paths, see above
while((dp = readdir(dh)) != NULL) {
if (hide(dp->d_name)) continue;