--- ray/src/px/ra_skel.c 1993/11/18 09:55:24 2.8 +++ ray/src/px/ra_skel.c 1994/02/27 10:17:18 2.9 @@ -87,6 +87,7 @@ char *argv[]; /* get their image resolution */ read_skel_head(&xmax, &ymax); /* put our header */ + newheader("RADIANCE", stdout); printargs(i, argv, stdout); fputformat(COLRFMT, stdout); putchar('\n');