1
0
forked from 0ad/0ad

OS X build fix

This was SVN commit r7209.
This commit is contained in:
Ykkrosh 2009-11-23 13:02:07 +00:00
parent 835c0d05b0
commit 88ad49bfc2

View File

@ -99,7 +99,7 @@ LibError sys_get_executable_name(fs::wpath& pathname)
debug_printf(L"app bundle name: %hs\n", name);
}
pathname = wstring_from_string(name);
pathname = wstring_from_utf8(name);
debug_printf(L"returning exe name: %hs\n", name);
return INFO::OK;