summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-07 02:29:44 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-07 02:29:44 +0200
commit75b28e97fa612d9dfdad60e37f6901a8923b92f4 (patch)
tree2ba244840b62926b84fe3ce527a5fc5f99c4016f /src/pulsecore/core-util.c
parentecb2bc4f04e5a6a71e19d4be651596cebbb83500 (diff)
remove some leftover debug string
Diffstat (limited to 'src/pulsecore/core-util.c')
-rw-r--r--src/pulsecore/core-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index d76abe83..b2c91e45 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -2266,7 +2266,7 @@ char *pa_machine_id(void) {
FILE *f;
size_t l;
- if ((f = fopen(PA_MACHINE_ID"x", "r"))) {
+ if ((f = fopen(PA_MACHINE_ID, "r"))) {
char ln[34] = "", *r;
r = fgets(ln, sizeof(ln)-1, f);