| # | Line 37 | Line 37 | headline( /* process header line */ | |
|---|---|---|
| 37 | void *p | |
| 38 | ) | |
| 39 | { | |
| 40 | < | char fmt[32]; | 
| 40 | > | char fmt[MAXFMTLEN]; | 
| 41 | ||
| 42 | if (formatval(fmt, s)) { /* check if format string */ | |
| 43 | if (!strcmp(fmt,COLRFMT)) | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |