--- ray/src/util/ranimate.c 1996/05/30 17:00:10 2.14 +++ ray/src/util/ranimate.c 1996/06/24 09:19:36 2.15 @@ -987,7 +987,7 @@ int n; } while (n > viewnum) { /* scan to desired view */ if (fgets(linebuf, sizeof(linebuf), viewfp) == NULL) - return(viewnum==1 ? &curview : NULL); + return(viewnum==1 ? &curview : (VIEW *)NULL); if (isview(linebuf) && sscanview(&curview, linebuf) > 0) viewnum++; }