1
0
Fork 0
forked from len0rd/rockbox

misc.c check_bootfile exit search loop after bootfile found

Change-Id: Ie2397de29e87dfb1d2fb73cb6eb42c94fdfbf356
This commit is contained in:
William Wilgus 2023-09-01 23:43:24 -04:00
parent 79b64a3fc7
commit ed369e1d47

View file

@ -806,6 +806,7 @@ void check_bootfile(bool do_rolo)
}
}
mtime = info.mtime;
break;
}
}
closedir(dir);