mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
remove some leftover debug string
This commit is contained in:
parent
ecb2bc4f04
commit
75b28e97fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue