home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!olivea!charnel!rat!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!minster.york.ac.uk!mjc-b
- From: mjc-b@minster.york.ac.uk (Mike Convey)
- Newsgroups: gnu.utils.bug
- Subject: Bug report for patch 12g8
- Message-ID: <swordfish.720999640@minster.york.ac.uk>
- Date: 5 Nov 92 21:28:10 GMT
- Sender: gnulists@ai.mit.edu
- Distribution: gnu
- Organization: GNUs Not Usenet
- Lines: 9
- Approved: bug-gnu-utils@prep.ai.mit.edu
-
- In get_some_switches(), optc is assigned to getopt_long(), however
- optc is a char and getopt_long returns an int, so the -1 return
- value is lost in the asignment.
-
- Fix is to change type of optc to int.
-
- Platform is AIX, using system compiler.
-
- Mike
-