summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfile.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-12-17 11:25:32 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-01-07 02:15:43 +0200
commit7095f6ecc72a776a2bbc6ed0a64ea39bd744fc3a (patch)
tree246eaaec592f86faed2f619c0a996b74bf76012d /indra/llcommon/llfile.cpp
parentbddb75f1ee729925f1df2f52158e3af64bcac843 (diff)
#4899 Add unicode test case
Diffstat (limited to 'indra/llcommon/llfile.cpp')
-rwxr-xr-xindra/llcommon/llfile.cpp2
1 files changed, 1 insertions, 1 deletions
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