mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-16 06:18:53 +01:00
replace questionmark
This commit is contained in:
parent
dfae3361a0
commit
4c07a8defa
@ -1115,7 +1115,7 @@ static DWORD cfg_get_string(LPCSTR key, LPCSTR default_value, LPSTR out_string,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
char section[MAX_PATH] = { 0 };
|
char section[MAX_PATH] = { 0 };
|
||||||
_snprintf(section, sizeof(section) - 1, "%s?%d", g_config.process_file_name, 2);
|
_snprintf(section, sizeof(section) - 1, "%s/%d", g_config.process_file_name, 2);
|
||||||
|
|
||||||
s = GetPrivateProfileStringA(section, key, "", out_string, out_size, g_config.ini_path);
|
s = GetPrivateProfileStringA(section, key, "", out_string, out_size, g_config.ini_path);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user