summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/core-error.c')
-rw-r--r--src/pulsecore/core-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-error.c b/src/pulsecore/core-error.c
index e42070d1..61878c9e 100644
--- a/src/pulsecore/core-error.c
+++ b/src/pulsecore/core-error.c
@@ -68,7 +68,7 @@ static void inittls(void) {
HANDLE mutex;
char name[64];
- sprintf(name, "pulseaudio%d", (int)GetCurrentProcessId());
+ sprintf(name, "pulse%d", (int)GetCurrentProcessId());
mutex = CreateMutex(NULL, FALSE, name);
if (!mutex) {