# | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
---|---|---|
11 | #include <ctype.h> | |
12 | ||
13 | #include "platform.h" | |
14 | + | #include "rtio.h" |
15 | #include "color.h" | |
16 | #include "resolu.h" | |
17 | ||
# | Line 79 | Line 80 | headline( /* check header line */ | |
80 | void *p | |
81 | ) | |
82 | { | |
83 | < | char fmt[32]; |
83 | > | char fmt[MAXFMTLEN]; |
84 | ||
85 | if (isformat(s)) { | |
86 | formatval(fmt, s); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |