| # | Line 86 | Line 86 | main( | |
|---|---|---|
| 86 | fprintf(stderr, "%s: out of memory\n", argv[0]); | |
| 87 | exit(1); | |
| 88 | } | |
| 89 | < | setcolr(cmin, 1e10, 1e10, 1e10); |
| 90 | < | setcolr(cmax, 0., 0., 0.); |
| 89 | > | setcolr(cmin, 1e30, 1e30, 1e30); |
| 90 | > | setcolr(cmax, 0., 0., 0.); xmax=ymax=0; |
| 91 | /* find extrema */ | |
| 92 | for (y = yres-1; y >= 0; y--) { | |
| 93 | if (freadcolrs(scan, xres, stdin) < 0) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |