| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | ||
| 8 | #include <stdio.h> | |
| 9 | #include <math.h> | |
| 10 | + | #include <string.h> |
| 11 | ||
| 12 | #include "platform.h" | |
| 13 | #include "color.h" | |
| # | Line 54 | Line 55 | char *argv[]; | |
| 55 | COLR *scan; | |
| 56 | COLR cmin, cmax; | |
| 57 | int xmin, ymin, xmax, ymax; | |
| 58 | < | SET_DEFAULT_BINARY() |
| 58 | > | SET_DEFAULT_BINARY(); |
| 59 | SET_FILE_BINARY(stdin); | |
| 60 | for (i = 1; i < argc; i++) /* get options */ | |
| 61 | if (!strcmp(argv[i], "-o")) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |