diff options
| -rw-r--r-- | src/pulsecore/core-util.c | 2 | 
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);  | 
