mirror of
https://github.com/FIX94/nfs2iso2nfs.git
synced 2024-11-26 03:24:21 +01:00
Fixes check for common key.
This commit is contained in:
parent
f88f9b8343
commit
1d5cdf8b1c
@ -262,7 +262,7 @@ namespace nfs2iso2nfs
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
WII_COMMON_KEY = getKey(wiiKeyFile);
|
WII_COMMON_KEY = getKey(wiiKeyFile);
|
||||||
if (key == null)
|
if (WII_COMMON_KEY == null)
|
||||||
{
|
{
|
||||||
Console.WriteLine("ERROR: Wii common key file has wrong file size! Exiting...");
|
Console.WriteLine("ERROR: Wii common key file has wrong file size! Exiting...");
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user