(Hopefully) fixed missing return value in w_gettext.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5599 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
b686bf524b
commit
9698b08b87
@ -236,9 +236,9 @@ const wchar_t* Translations::w_gettext(const char* original)
|
||||
return (const wchar_t*)fribidiOutput;
|
||||
}
|
||||
|
||||
#endif
|
||||
return out_ptr;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
bool Translations::isRTLLanguage() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user