# | Line 96 | Line 96 | get_cminfo(char *s, void *p) | |
---|---|---|
96 | char fmt[MAXFMTLEN]; | |
97 | int i; | |
98 | ||
99 | < | if (!strncmp(s, "NCOMP=", 6) && atoi(s+6) != 3) { |
99 | > | if (isncomp(s) && ncompval(s) != 3) { |
100 | ip->err = "unexpected # components (must be 3)"; | |
101 | return(-1); | |
102 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |