mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
- Janitorial tasks
- Bugfix in ARCode/Patch editor git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1612 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -150,7 +150,7 @@ IVolume* CreateVolumeFromCryptedWiiImage(IBlobReader& _rReader, u32 _VolumeType)
|
||||
for(int i=0;i<16;i++)
|
||||
{
|
||||
char h[3]={*(t++),*(t++),0};
|
||||
binkey[i] = strtol(h,NULL,16);
|
||||
binkey[i] = (char) strtol(h,NULL,16);
|
||||
}
|
||||
|
||||
pT = fopen(WII_MASTERKEY_FILE, "wb");
|
||||
|
Reference in New Issue
Block a user