for (k = 0; k < count; ++k) {
if (polys[k].count < 3) {
- i_push_errorf(0, "polygons must have at least 3 points");
+ i_push_error(0, "polygons must have at least 3 points");
return 0;
}
}
k = 0;
while (k < clc) {
p_line *left = lset + tllist[k++].n;
- p_line *current;
+ p_line *current = NULL;
int acc = left->dir;
while (k < clc && acc) {