texturev: Fixed build.

This commit is contained in:
Branimir Karadžić 2016-05-06 10:55:41 -07:00
parent 8cf12291f4
commit 220cabeae5
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ void associate()
char exec[MAX_PATH];
GetModuleFileNameA(GetModuleHandleA(NULL), exec, MAX_PATH);
std::string strExec = bx::replaceAll(exec, "\\", "\\\\");
std::string strExec = bx::replaceAll<std::string>(exec, "\\", "\\\\");
std::string value;
bx::stringPrintf(value, "@=\"\\\"%s\\\" \\\"%%1\\\"\"\r\n\r\n", strExec.c_str() );