From 3eaa706ccfeb888256fdaff91b84e812f685fe03 Mon Sep 17 00:00:00 2001 From: Aurora Date: Wed, 2 Nov 2016 15:36:20 +0100 Subject: [PATCH] Minor stuff (2) --- source/firm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/firm.c b/source/firm.c index 70770dd..9ce909f 100755 --- a/source/firm.c +++ b/source/firm.c @@ -302,11 +302,10 @@ static inline void copySection0AndInjectSystemModules(FirmwareType firmType, boo else { char fileName[24] = "sysmodules/"; - const char *ext = ".cxi"; //Read modules from files if they exist concatenateStrings(fileName, moduleName); - concatenateStrings(fileName, ext); + concatenateStrings(fileName, ".cxi"); dstModuleSize = getFileSize(fileName);