app: fix previous commit

This commit is contained in:
Clayton Walker 2013-06-23 13:24:45 +02:00
parent 03f559923b
commit fb1d220a3f
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ gimp_bezier_stroke_nearest_point_get (const GimpStroke *stroke,
count = 0;
min_dist = -1;
pos = 0;
point = GIMP_COORDS_DEFAULT_VALUES;
point = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 };
for (anchorlist = stroke->anchors;
GIMP_ANCHOR (anchorlist->data)->type != GIMP_ANCHOR_ANCHOR;