--- ray/src/util/glarendx.c 1991/11/12 17:19:11 2.1 +++ ray/src/util/glarendx.c 1992/04/28 09:11:00 2.2 @@ -127,8 +127,8 @@ char *s; if (print_header) /* copy to output */ fputs(s, stdout); - if (!strncmp(s, VIEWSTR, VIEWSTRL)) - sscanview(&midview, s+VIEWSTRL); + if (isview(s)) + sscanview(&midview, s); else if (isformat(s)) { formatval(fmt, s); wrongformat = strcmp(fmt, "ascii");