Fix derp (2)
This commit is contained in:
parent
b093578046
commit
0306556032
@ -288,7 +288,7 @@ u32 firmRead(void *dest, u32 firmType)
|
|||||||
while(f_readdir(&dir, &info) == FR_OK && info.fname[0] != 0)
|
while(f_readdir(&dir, &info) == FR_OK && info.fname[0] != 0)
|
||||||
{
|
{
|
||||||
//Not a cxi
|
//Not a cxi
|
||||||
if(info.fname[9] == 'a' && strlen(info.fname) != 12) continue;
|
if(info.fname[9] != 'a' || strlen(info.fname) != 12) continue;
|
||||||
|
|
||||||
u32 tempVersion = hexAtoi(info.altname, 8);
|
u32 tempVersion = hexAtoi(info.altname, 8);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user