]> sigrok.org Git - pulseview.git/commit
main.cpp: straighten the getopt/optind adjustment before openfiles
authorGerhard Sittig <redacted>
Wed, 6 Jun 2018 16:50:26 +0000 (18:50 +0200)
committerGerhard Sittig <redacted>
Tue, 19 Jun 2018 16:49:50 +0000 (18:49 +0200)
commit6a96e1b2b56b22acd68a92fe554e068f5d42da82
tree0a9a0439f806742f5c8fa7168e4abd26abe0cace
parent6f054e926c0a147b9e29e92690fe14cd700f18f6
main.cpp: straighten the getopt/optind adjustment before openfiles

The pulseview(1) application accepts input file specs either as argument
to the -i option, or as positional arguments after the command line options.

Simplify the logic which collects remaining non-option command line words
after getopt(3) is done. As a byproduct the application code no longer
manipulates a variable that is owned by an external library.
main.cpp