Re: getopt reset fix
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Christos Zoulas wrote: > > The options reset code seems to be busted. On systems that have > optreset, you need to set optreset = 1 and optind = 1 to properly > restart parsing options, for systems that don't, you need to only set > optind = 0. Your patch committed, thank you. --jkl