From c43960f7d461236924944adfb4f207a3e80a4032 Mon Sep 17 00:00:00 2001 From: Aurora Date: Mon, 17 Oct 2016 16:44:25 +0200 Subject: [PATCH] Fix derp --- source/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fs.c b/source/fs.c index 376a921..3debe38 100644 --- a/source/fs.c +++ b/source/fs.c @@ -131,7 +131,7 @@ u32 firmRead(void *dest) f_closedir(&dir); - if(!ret && firmVersion != 0xFFFFFFFF) + if(ret != 1 && firmVersion != 0xFFFFFFFF) { //Complete the string with the .app name concatenateStrings(path, "/00000000.app");