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.65 by schorsch, Mon Oct 27 10:30:18 2003 UTC vs.
Revision 2.66 by greg, Wed Nov 26 19:16:24 2003 UTC

# Line 296 | Line 296 | char  *pout, *zout, *prvr;
296                  }
297                  hres = hresolu; vres = vresolu; pa = pixaspect;
298                  if (prvr != NULL) {
299 <                        if (viewfile(prvr, &ourview, &rs) <= 0
300 <                                        || rs.rt != PIXSTANDARD) {
299 >                        if (viewfile(prvr, &ourview, &rs) <= 0) {
300                                  sprintf(errmsg,
301                          "cannot recover view parameters from \"%s\"", prvr);
302                                  error(WARNING, errmsg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines