Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-11-05 14:23:42 -04:00
56 changed files with 255 additions and 213 deletions

View File

@@ -168,7 +168,7 @@ static bool fap_loader_select_app(FapLoader* loader) {
}
static FapLoader* fap_loader_alloc(const char* path) {
FapLoader* loader = malloc(sizeof(FapLoader));
FapLoader* loader = malloc(sizeof(FapLoader)); //-V773
char* tmp = malloc(strlen(path) + 1);
strcpy(tmp, path);