Add files via upload

This commit is contained in:
Keb Helion 2020-02-13 13:40:50 -05:00 committed by GitHub
parent 28cdf897c2
commit be2d2988aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,7 @@
if ((counterDir >= offset) && (counterDir < (offset + perpage))){
DisplayApp(metadata.applications[index]);
}
if counterDir >= (offset + perpage)){
if (counterDir >= (offset + perpage)){
break;
}
}