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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.49 by gwlarson, Tue Mar 3 19:14:28 1998 UTC vs.
Revision 2.50 by gwlarson, Mon Apr 13 14:01:08 1998 UTC

# Line 232 | Line 232 | char  *pout, *zout, *prvr;
232                  for ( ; seq < rn; seq++)
233                          if (nextview(stdin) == EOF)
234                                  error(USER, "unexpected EOF on view input");
235 +                setview(&ourview);
236                  prvr = fbuf;                    /* mark for renaming */
237          }
238          if (pout != NULL & prvr != NULL) {
# Line 273 | Line 274 | char  *pout, *zout, *prvr;
274                                                  fbuf);
275                                          error(USER, errmsg);
276                                  }
277 +                                setview(&ourview);
278                                  continue;               /* don't clobber */
279                          }
280                          if (freopen(fbuf, "w", stdout) == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines