Add a missing NULL
This commit is contained in:
parent
14f4d5d7a6
commit
4dadefc7d4
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ BOOL OrgData::InitMusicData(const char *path)
|
||||||
char pass_check[6];
|
char pass_check[6];
|
||||||
char ver = 0;
|
char ver = 0;
|
||||||
|
|
||||||
HRSRC hrscr = FindResourceA(0, path, "ORG");
|
HRSRC hrscr = FindResourceA(NULL, path, "ORG");
|
||||||
if (hrscr == NULL)
|
if (hrscr == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue