Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!samsung!emory!cambridge.apple.com!bloom-beacon!drlc1.UUCP!salevin From: salevin@drlc1.UUCP (S. A. Levin[Stewart]) Newsgroups: comp.windows.x Subject: Re: Fortran-XGKS problem Message-ID: <9006071848.AA29369@drlc1> Date: 7 Jun 90 18:48:06 GMT Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 9 Hats off to Mark Wheadon for finding the strcmp() problem. I note that the existing code does a check for NULL but not in a way that guaranteed the strcmp()'s wouldn't be run. One other bug that I don't know has bee fixed yet is the misdeclaration of currforttext in the xgks/lib/fortran/inputinit.c file. The correct type is extern int, not extern char. Without this fix, random core dumps occur.