--- ray/src/meta/dgraph.c 2003/11/15 02:13:36 1.3 +++ ray/src/meta/dgraph.c 2023/02/06 22:40:21 1.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: dgraph.c,v 1.3 2003/11/15 02:13:36 schorsch Exp $"; +static const char RCSid[] = "$Id: dgraph.c,v 1.4 2023/02/06 22:40:21 greg Exp $"; #endif /* * dgraph.c - program to send plots to dumb terminal. @@ -97,7 +97,7 @@ dofile( /* plot a file */ void eputs( /* print error message */ - char *msg + const char *msg ) { fputs(msg, stderr);