summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Nader <8526-ammgws@users.noreply.gitlab.freedesktop.org>2021-02-01 10:06:21 +0000
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2021-05-17 15:35:07 +0000
commit05d8185552b906f37c121b9e368102be536c786a (patch)
tree759d9a71223cfb01796ea930f75d18dec260ca72
parentee6af0be23f2687312fb57ea1f7a4e81646855b5 (diff)
downloadpulseaudio-05d8185552b906f37c121b9e368102be536c786a.tar.gz
Apply 1 suggestion(s) to 1 file(s)
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/430>
-rw-r--r--src/utils/pactl.c2
1 files changed, 1 insertions, 1 deletions
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;