[comp.windows.x] xgks bug

salevin%drlc1@CONVEX.COM (S. A. Levin[Stewart]) (02/21/90)

There is a fatal bug in the xgks fortran-callable interface.
In xgks/lib/fortran/inputinit.c, the declaration

extern char currforttext;

should read

extern int currforttext;

--- stew@hanauma.stanford.edu