]> git.lizzy.rs Git - minetest.git/blobdiff - src/gettext.cpp
Biome API: Enable biome generation to lower world limit
[minetest.git] / src / gettext.cpp
index 20453b9147d7c2854127876693828f2d8ac7115e..509d506d42239230da033fda148931a08e67a786 100644 (file)
@@ -236,9 +236,9 @@ void init_gettext(const char *path, const std::string &configured_language) {
 #endif
 #endif
 
-       static const char *name = lowercase(PROJECT_NAME).c_str();
-       bindtextdomain(name, path);
-       textdomain(name);
+       static std::string name = lowercase(PROJECT_NAME);
+       bindtextdomain(name.c_str(), path);
+       textdomain(name.c_str());
 
 #if defined(_WIN32)
        // Set character encoding for Win32