| # | Line 73 | Line 73 | scan_ident(char ident[MAXIDLEN], FILE *fp) | |
|---|---|---|
| 73 | static int | |
| 74 | headline(char *s, void *p) | |
| 75 | { | |
| 76 | < | extern const char FMTSTR[]; |
| 77 | < | |
| 78 | < | if (strstr(s, FMTSTR) == s) |
| 76 | > | if (isformat(s)) |
| 77 | return 0; | |
| 78 | ||
| 79 | fputs(s, stdout); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |