mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
fix error message
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1182 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
63751319bf
commit
afe6754808
@ -408,7 +408,7 @@ BOOL DHT_CheckHashPhase2(const u8* hash, const ROM_Header_Short* pROMHeader, DHT
|
|||||||
}
|
}
|
||||||
if ( length < 0 || offset < sizeof(ROM_Header) )
|
if ( length < 0 || offset < sizeof(ROM_Header) )
|
||||||
{
|
{
|
||||||
OS_TPrintf("Broaken FAT for %d of overlay.\n", i);
|
OS_TPrintf("Broken FAT for %d of overlay.\n", i);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if ( !ImageHMACSHA1Update(&ctx, offset, length * 512) )
|
if ( !ImageHMACSHA1Update(&ctx, offset, length * 512) )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user