summaryrefslogtreecommitdiffstats
path: root/src/utils/padsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/padsp.c')
-rw-r--r--src/utils/padsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/padsp.c b/src/utils/padsp.c
index f493f7e5..b1636754 100644
--- a/src/utils/padsp.c
+++ b/src/utils/padsp.c
@@ -408,7 +408,7 @@ static const char *client_name(char *buf, size_t n) {
return e;
if (pa_get_binary_name(p, sizeof(p)))
- snprintf(buf, n, "OSS Emulation[%s]", pa_path_get_filename(p));
+ snprintf(buf, n, "OSS Emulation[%s]", p);
else
snprintf(buf, n, "OSS");