diff options
Diffstat (limited to 'src/ui/version.h')
| -rw-r--r-- | src/ui/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/version.h b/src/ui/version.h index 8bd09040b..6eaa365d2 100644 --- a/src/ui/version.h +++ b/src/ui/version.h @@ -10,6 +10,6 @@ #endif #define LISTEN_PORT_BASE 33000 -#define UDS_PATH "/tmp/qmmp.sock" +#define UDS_PATH strcat(strdup("/tmp/qmmp.sock."), cuserid(0)) #endif |
