Merge pull request #4 from cremno/master
Unescaped backslash in mutex object name
This commit is contained in:
		
						commit
						eecc005901
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue