mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix various code & correctness issues (#11815)
This commit is contained in:
parent
7a043b3ebb
commit
ff934d538c
8 changed files with 30 additions and 37 deletions
|
@ -48,8 +48,7 @@ void init_gettext(const char *path, const std::string &configured_language,
|
|||
|
||||
extern wchar_t *utf8_to_wide_c(const char *str);
|
||||
|
||||
// You must free the returned string!
|
||||
// The returned string is allocated using new
|
||||
// The returned string must be freed using delete[]
|
||||
inline const wchar_t *wgettext(const char *str)
|
||||
{
|
||||
// We must check here that is not an empty string to avoid trying to translate it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue