| # | Line 187 | Line 187 | char *xe | |
|---|---|---|
| 187 | ||
| 188 | xelen = strlen(xe); | |
| 189 | for (i = 0; i < nfuncs; i++) { | |
| 190 | < | if (func[i][0] == '\0' | func[i][0] == '0') |
| 190 | > | if ((func[i][0] == '\0') | (func[i][0] == '0')) |
| 191 | continue; | |
| 192 | if (interpolate) { | |
| 193 | printf("%s`%s(i):select(i,", func[i], locID); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |