salevin@drlc1.UUCP (S. A. Levin[Stewart]) (06/08/90)
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.