mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
use @ as seperator between shared name variable and instance
This commit is contained in:
parent
5916b5bc2d
commit
34c435480f
1 changed files with 2 additions and 1 deletions
|
|
@ -223,7 +223,8 @@ pa_x11_wrapper* pa_x11_wrapper_get(pa_core *c, const char *name) {
|
|||
|
||||
pa_core_assert_ref(c);
|
||||
|
||||
pa_snprintf(t, sizeof(t), "x11-wrapper%s%s", name ? "-" : "", name ? name : "");
|
||||
pa_snprintf(t, sizeof(t), "x11-wrapper%s%s", name ? "@" : "", name ? name : "");
|
||||
|
||||
if ((w = pa_shared_get(c, t)))
|
||||
return pa_x11_wrapper_ref(w);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue