Commit 2093cfa7 authored by Antoine Cellerier's avatar Antoine Cellerier

Second (blind) attempt at fixing win and mac.

parent 03fbbec7
......@@ -1245,7 +1245,7 @@ static inline int LoadMessages (void)
#else
char psz_path[1024];
if (snprintf (psz_path, sizeof (psz_path), "%s" DIR_SEP "%s",
config_GetDataDir(), "locale")
config_GetDataDirDefault(), "locale")
>= (int)sizeof (psz_path))
return -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment