From 220cabeae5fc25b01ca8c1e8169d9226e93ff8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 6 May 2016 10:55:41 -0700 Subject: [PATCH] texturev: Fixed build. --- tools/texturev/texturev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 91dca007e..f4704de01 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -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(exec, "\\", "\\\\"); std::string value; bx::stringPrintf(value, "@=\"\\\"%s\\\" \\\"%%1\\\"\"\r\n\r\n", strExec.c_str() );