| # | Line 132 | Line 132 | loadprev(int fno) | |
|---|---|---|
| 132 | goto readerr; | |
| 133 | fclose(fp); | |
| 134 | sprintf(fname, zbfspec, fno); /* load depth buffer */ | |
| 135 | < | if ((fd = open(fname, O_RDONLY)) < 0) { |
| 135 | > | if ((fd = open_float_depth(fname, (long)rs.xr*rs.yr)) < 0) { |
| 136 | sprintf(errmsg, "cannot open depth buffer \"%s\"", fname); | |
| 137 | error(SYSTEM, errmsg); | |
| 138 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |