| # | Line 134 | Line 134 | char *s; | |
|---|---|---|
| 134 | sscanview(&midview, s+VIEWSTRL); | |
| 135 | else if (isformat(s)) { | |
| 136 | formatval(fmt, s); | |
| 137 | < | wrongformat = strcmp(fmt, "ASCII"); |
| 137 | > | wrongformat = strcmp(fmt, "ascii"); |
| 138 | } | |
| 139 | } | |
| 140 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |