mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
Test fix for LUA environment variables
This commit is contained in:
@@ -234,6 +234,7 @@ namespace Shared {
|
||||
//string appPath="";
|
||||
//appPath.assign(&pMBBuffer[0]); // Now assign the char* to the string, and there you have it!!! :)
|
||||
std::string appPath = utf8_encode(szPath);
|
||||
replaceAll(appPath, "\\", "/");
|
||||
|
||||
//string appPath = szPath;
|
||||
mapTagReplacementValues["$APPDATA"] = appPath;
|
||||
|
Reference in New Issue
Block a user