mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-01 07:38:38 +00:00
Merge branch 'master' of github.com:Themaister/SSNES
This commit is contained in:
commit
d7f8500b3a
@ -204,7 +204,7 @@ static void add_sub_conf(config_file_t *conf, char *line)
|
||||
if (is_full_path)
|
||||
strlcpy(real_path, path, sizeof(real_path));
|
||||
else
|
||||
GetFullPathNameA(path, sizeof(real_path), real_path, NULL);
|
||||
GetFullPathName(path, sizeof(real_path), real_path, NULL);
|
||||
|
||||
if (strcmp(path, real_path) != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user