Minor stuff (2)
This commit is contained in:
parent
b4c854dfe8
commit
3eaa706ccf
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user