--- xplot.c.old 2004-11-12 19:05:18.000000000 -0500 +++ xplot.c 2004-11-12 19:03:20.000000000 -0500 @@ -3517,7 +3517,7 @@ #ifdef TCPTRACE fputs("%!PS\n", fp); #else - fputs("%!PostScript\n", fp); + fputs("%!PS\n", fp); #endif /* TCPTRACE */ /* Bracket the PS program with gsave/grestore so these page descriptions can be concatenated, then printed. */ @@ -3783,7 +3783,7 @@ if ( currentcolor >= 0 && currentcolor < NCOLORS ) fprintf(fp, "color%s\n", ColorNames[currentcolor]); else - fprintf(fp, "colorwhite\n"); + fprintf(fp, "color%s\n", ColorNames[0]); } #ifndef WINDOW_COORDS_IN_COMMAND_STRUCT