mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-06 23:24:44 +00:00
Build fixes and whatnot
This was SVN commit r9115.
This commit is contained in:
@@ -123,7 +123,7 @@ template<> bool ScriptInterface::FromJSVal<std::wstring>(JSContext* cx, jsval v,
|
||||
template<> bool ScriptInterface::FromJSVal<Path>(JSContext* cx, jsval v, Path& out)
|
||||
{
|
||||
std::wstring string;
|
||||
if(!FromJSVal(cx, v, string))
|
||||
if (!FromJSVal(cx, v, string))
|
||||
return false;
|
||||
out = string;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user