If the custom version is larger than 5 but smaller than 19 characters, truncate it

This commit is contained in:
Aurora
2016-09-18 18:31:16 +02:00
parent 85aaae67bf
commit 5a30b2b298
2 changed files with 6 additions and 2 deletions

View File

@@ -373,7 +373,7 @@ static inline void patchNativeFirm(u32 firmVersion, FirmwareSource nandType, u32
//Find Kernel11 SVC table and handler, exceptions page and free space locations
u32 baseK11VA;
u8 *freeK11Space;
u32 *arm11SvcHandler,
u32 *arm11SvcHandler,
*arm11ExceptionsPage,
*arm11SvcTable = getKernel11Info(arm11Section1, section[1].size, &baseK11VA, &freeK11Space, &arm11SvcHandler, &arm11ExceptionsPage);
#else