| # | 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)) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |