| # | Line 194 | Line 194 | checksymbolic(ROPMAT *rop) | |
|---|---|---|
| 194 | double cf = 1; | |
| 195 | int i, j; | |
| 196 | /* check suffix => reference file */ | |
| 197 | < | if (strchr(rop->preop.csym, '.') > rop->preop.csym) |
| 197 | > | if (strchr(rop->preop.csym, '.') != NULL) |
| 198 | return(checkreffile(rop)); | |
| 199 | ||
| 200 | if (nc < 3) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |