[gimp] app: fix previous commit



commit fb1d220a3f135380023eb66e5111a8c3d2a9ddf3
Author: Clayton Walker <clayton m walker gmail com>
Date:   Sun Jun 23 13:24:45 2013 +0200

    app: fix previous commit

 app/vectors/gimpbezierstroke.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/vectors/gimpbezierstroke.c b/app/vectors/gimpbezierstroke.c
index f5caffa..551c92a 100644
--- a/app/vectors/gimpbezierstroke.c
+++ b/app/vectors/gimpbezierstroke.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]