mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Don't call pa_path_get_filename() anymore since it is implicitly called by pa_get_binary_name() anyway
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1078 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
881d4ddd39
commit
a87c43d61e
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue