<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pactl command line parameter parsing is broken for decreasing volume"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85810#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pactl command line parameter parsing is broken for decreasing volume"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85810">bug 85810</a>
              from <span class="vcard"><a class="email" href="mailto:pmeerw@pmeerw.net" title="Peter Meerwald <pmeerw@pmeerw.net>"> <span class="fn">Peter Meerwald</span></a>
</span></b>
        <pre>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)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>