mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
pacat: don't convert stream name twice (llvm-clang-analyzer)
This commit is contained in:
parent
49bc6bcf08
commit
b51f5e58cc
1 changed files with 0 additions and 1 deletions
|
|
@ -768,7 +768,6 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
case ARG_STREAM_NAME: {
|
||||
char *t;
|
||||
t = pa_locale_to_utf8(optarg);
|
||||
|
||||
if (!(t = pa_locale_to_utf8(optarg)) ||
|
||||
pa_proplist_sets(proplist, PA_PROP_MEDIA_NAME, t) < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue