From 05d8185552b906f37c121b9e368102be536c786a Mon Sep 17 00:00:00 2001 From: Jason Nader <8526-ammgws@users.noreply.gitlab.freedesktop.org> Date: Mon, 1 Feb 2021 10:06:21 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Part-of: --- src/utils/pactl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/pactl.c b/src/utils/pactl.c index 85f776c39..f4295948f 100644 --- a/src/utils/pactl.c +++ b/src/utils/pactl.c @@ -2210,7 +2210,7 @@ int main(int argc, char *argv[]) { goto quit; } - sink_name = pa_xstrdup(argv[optind+1]); + source_name = pa_xstrdup(argv[optind+1]); } else if (pa_streq(argv[optind], "set-source-volume")) { action = SET_SOURCE_VOLUME;