| # | 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); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |