mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
escaped an unescaped backslash
This commit is contained in:
@@ -972,7 +972,7 @@ main (int argc, char *argv[])
|
||||
{
|
||||
DWORD error;
|
||||
|
||||
mutex = CreateMutex (NULL, TRUE, "Local\hexchat");
|
||||
mutex = CreateMutex (NULL, TRUE, "Local\\hexchat");
|
||||
error = GetLastError ();
|
||||
|
||||
if (error == ERROR_ALREADY_EXISTS || mutex == NULL)
|
||||
|
||||
Reference in New Issue
Block a user