home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 1985 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  711 b 

  1. 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
  2. From: mjc-b@minster.york.ac.uk (Mike Convey)
  3. Newsgroups: gnu.utils.bug
  4. Subject: Bug report for patch 12g8
  5. Message-ID: <swordfish.720999640@minster.york.ac.uk>
  6. Date: 5 Nov 92 21:28:10 GMT
  7. Sender: gnulists@ai.mit.edu
  8. Distribution: gnu
  9. Organization: GNUs Not Usenet
  10. Lines: 9
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12.  
  13. In get_some_switches(), optc is assigned to getopt_long(), however
  14. optc is a char and getopt_long returns an int, so the -1 return
  15. value is lost in the asignment.
  16.  
  17. Fix is to change type of optc to int.
  18.  
  19. Platform is AIX, using system compiler.
  20.  
  21. Mike
  22.