Skip to content

Commit

Permalink
Add proper path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Sep 30, 2024
1 parent 732663a commit cb52a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void WinMainCRTStartup()
if (szFileName[_] == '\\')
{
szFileName[_ = _ + 1] = '\0';
lstrcatW(szFileName, L".ini");
lstrcatW(szFileName, L"Crafter.ini");
break;
}
GetPrivateProfileStringW(L"", L"", NULL, szLibFileName, MAX_PATH, szFileName);
Expand Down

0 comments on commit cb52a53

Please sign in to comment.