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

Comparing ray/src/rt/rv2.c (file contents):
Revision 1.19 by greg, Mon Feb 5 09:57:45 1990 UTC vs.
Revision 1.20 by greg, Tue Feb 27 09:50:56 1990 UTC

# Line 151 | Line 151 | char  *s;
151                          newview(&nv);
152                  return;
153          }
154 <        if (oldview.horiz == 0) {       /* no old view! */
154 >        if (oldview.type == 0) {        /* no old view! */
155                  error(COMMAND, "no previous view");
156                  return;
157          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines