[pulseaudio-tickets] [Bug 85810] pactl command line parameter parsing is broken for decreasing volume

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 17 03:03:46 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=85810

--- Comment #1 from Peter Meerwald <pmeerw at pmeerw.net> ---
this is getopt() behaviour

getopt() should stop processing after the first non-option argument is
encountered

setting the environment variable POSIXLY_CORRECT should also work around the
issue

we could/should check at compile time if getopt() supports "+" as the first
character of optstring (GNU extension)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20141117/dffdea98/attachment-0001.html>


More information about the pulseaudio-bugs mailing list