| # | Line 160 | Line 160 | add_face(Scene *sc, const VNDX ondx, int ac, char *av[ | |
|---|---|---|
| 160 | if (i < 0) /* create face if indices OK */ | |
| 161 | f = addFace(sc, varr, ac); | |
| 162 | if (varr != vdef) | |
| 163 | < | efree((char *)varr); |
| 163 | > | efree(varr); |
| 164 | return(f != NULL); | |
| 165 | } | |
| 166 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |