Index: str_approx.c =================================================================== --- str_approx.c (revision 32808) +++ str_approx.c (revision 32809) @@ -58,8 +58,7 @@ } if (str_approx_comment != NULL) printf("%s }\n", str_approx_comment); - s->x = to->x; - s->y = to->y; + s->funcs.line_to(to, s); return 0; } @@ -77,7 +76,6 @@ s->funcs.line_to(&v, s); } if (str_approx_comment != NULL) printf("%s }\n", str_approx_comment); - s->x = to->x; - s->y = to->y; + s->funcs.line_to(to, s); return 0; }