# | Line 8 | Line 8 | static const char RCSid[] = "$Id$"; | |
---|---|---|
8 | */ | |
9 | ||
10 | #include <stdlib.h> | |
11 | – | #include <string.h> |
12 | – | #include <stdio.h> |
11 | #include <ctype.h> | |
12 | ||
13 | + | #include "rtio.h" |
14 | #include "platform.h" | |
15 | #include "resolu.h" | |
17 | – | #include "rtio.h" |
16 | ||
17 | #define DOHEADER 1 | |
18 | #define DORESOLU 2 | |
# | Line 98 | Line 96 | main(int argc, char *argv[]) | |
96 | switch (argv[i][1]) { | |
97 | case 't': | |
98 | curterm = argv[i][2]; | |
99 | + | if (!curterm) curterm = '\n'; |
100 | break; | |
101 | case 'i': | |
102 | switch (argv[i][2]) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |