# | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
---|---|---|
13 | ||
14 | #include "standard.h" | |
15 | #include "platform.h" | |
16 | – | #include "paths.h" |
16 | #include "resolu.h" | |
17 | #include "color.h" | |
18 | ||
# | Line 230 | Line 229 | int | |
229 | main(int argc, char *argv[]) | |
230 | { | |
231 | int i, rval; | |
232 | < | char pfmt[LPICFMT+1]; |
232 | > | char pfmt[MAXFMTLEN]; |
233 | /* process options */ | |
234 | for (i = 1; i < argc && argv[i][0] == '-'; i++) | |
235 | switch (argv[i][1]) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |