| # | Line 261 | Line 261 | getahead(void) /* load picture header */ | |
|---|---|---|
| 261 | exit(1); | |
| 262 | } | |
| 263 | if (!gotview || ourview.type == VT_PAR || | |
| 264 | < | ourview.horiz <= 5. | ourview.vert <= 5.) { |
| 264 | > | (ourview.horiz <= 5.) | (ourview.vert <= 5.)) { |
| 265 | ourview = stdview; | |
| 266 | ourview.type = VT_PER; | |
| 267 | if (pixaspect*inpres.yr < inpres.xr) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |