fix: long options like "--long=val" needed longArg reset to NULL at top of
authorjbj <devnull@localhost>
Fri, 22 Oct 1999 18:10:51 +0000 (18:10 +0000)
committerjbj <devnull@localhost>
Fri, 22 Oct 1999 18:10:51 +0000 (18:10 +0000)
commitd4fed4bde1aafd03c328b7ebd710a8e33c7f2203
tree7a33966382f3cdba33daae95fa8f420941393212
parentd5b272105ba8b2a9e38cb70166f503bd974f5ee5
fix: long options like "--long=val" needed longArg reset to NULL at top of
     poptGetNextOpt() while loop.
Variables in poptGetNextOpt() are also locally scoped.

CVS patchset: 3396
CVS date: 1999/10/22 18:10:51
popt/.cvsignore
popt/Makefile.am
popt/po/popt.pot
popt/popt.c
popt/test2.c [new file with mode: 0644]
popt/testit.sh