| # | Line 16 | Line 16 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 16 | #include <time.h> | |
| 17 | ||
| 18 | #ifdef PCOND | |
| 19 | < | #include "rtprocess.h" |
| 19 | > | #include "paths.h" |
| 20 | #endif | |
| 21 | #include "tmprivat.h" | |
| 22 | #include "resolu.h" | |
| # | Line 151 | Line 151 | headline( /* grok a header line */ | |
| 151 | void *vrh | |
| 152 | ) | |
| 153 | { | |
| 154 | < | char fmt[32]; |
| 154 | > | char fmt[MAXFMTLEN]; |
| 155 | struct radhead *rh = vrh; | |
| 156 | ||
| 157 | if (formatval(fmt, s)) { | |
| # | Line 357 | Line 357 | char *fname; | |
| 357 | FILE *fp; | |
| 358 | { | |
| 359 | char *funcName = fname==NULL ? "tmMapPicture" : fname; | |
| 360 | < | TMstruct *tms; |
| 360 | > | TMstruct *tms = NULL; |
| 361 | uby8 *cp; | |
| 362 | TMbright *lp; | |
| 363 | int err; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |