aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/Geo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Geo.c b/generic/Geo.c
index 57dab76..f91e7d2 100644
--- a/generic/Geo.c
+++ b/generic/Geo.c
@@ -2219,7 +2219,7 @@ GetCirclePoints(int type,
ZnPoint *p, *p_from;
ZnPoint center_p = { 0.0, 0.0 };
ZnPoint start_p, wp;
- ZnReal iangle, end_angle;
+ ZnReal iangle, end_angle=0;
switch (quality) {
case ZN_CIRCLE_COARSE: