From 7095f6ecc72a776a2bbc6ed0a64ea39bd744fc3a Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:25:32 +0200 Subject: #4899 Add unicode test case --- indra/llcommon/llfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon/llfile.cpp') diff --git a/indra/llcommon/llfile.cpp b/indra/llcommon/llfile.cpp index 3780a26cbe..ec4e15c690 100755 --- a/indra/llcommon/llfile.cpp +++ b/indra/llcommon/llfile.cpp @@ -201,7 +201,7 @@ static void find_locking_process(const std::string& filename) else { std::string tf(TEMP); - tf += "\\handle.tmp"; + tf += "handle.tmp"; // http://technet.microsoft.com/en-us/sysinternals/bb896655 std::string cmd(STRINGIZE("handle \"" << filename // "openfiles /query /v | fgrep -i \"" << filename -- cgit v1.3