--- ray/src/util/glarendx.c 1991/04/22 10:07:36 1.5 +++ ray/src/util/glarendx.c 1991/04/22 10:11:21 1.6 @@ -134,7 +134,7 @@ char *s; sscanview(&midview, s+VIEWSTRL); else if (isformat(s)) { formatval(fmt, s); - wrongformat = strcmp(fmt, "ASCII"); + wrongformat = strcmp(fmt, "ascii"); } }