mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新:Akabane Jumpei)
警告出ているところを修正。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1359 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0172c329f0
commit
d1d8cc938a
@ -875,7 +875,7 @@ static HotSwState ReadImageReturnErrorCode(void* dest, s32 offset, s32 length, v
|
||||
dest = (u8*)dest + (length - remain_length);
|
||||
offset += length - remain_length;
|
||||
|
||||
retval = ReadPageGame((CardBootData*)arg, offset, page_buffer, 512);
|
||||
retval = ReadPageGame((CardBootData*)arg, (u32)offset, page_buffer, 512);
|
||||
|
||||
if (retval != HOTSW_SUCCESS)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user