ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimate.c
(Generate patch)

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.14 by greg, Thu May 30 17:00:10 1996 UTC vs.
Revision 2.15 by greg, Mon Jun 24 09:19:36 1996 UTC

# Line 987 | Line 987 | int    n;
987          }
988          while (n > viewnum) {           /* scan to desired view */
989                  if (fgets(linebuf, sizeof(linebuf), viewfp) == NULL)
990 <                        return(viewnum==1 ? &curview : NULL);
990 >                        return(viewnum==1 ? &curview : (VIEW *)NULL);
991                  if (isview(linebuf) && sscanview(&curview, linebuf) > 0)
992                          viewnum++;
993          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines