From a207b0d617afe5565aeefbc26bbb52afb927aa24 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 22 Jan 2003 14:48:11 +0000 Subject: * (LineToPointDist): Changement des types en double pour corriger un bug certainement du � un arrondi intempestif. --- generic/Geo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/Geo.c b/generic/Geo.c index 7af09d8..2c84f08 100644 --- a/generic/Geo.c +++ b/generic/Geo.c @@ -1437,7 +1437,7 @@ LineToPointDist(ZnPoint *p1, ZnPoint *p) { double x, y; - int x_int, y_int; + double x_int, y_int; /* * First compute the closest point on the line. This is done -- cgit v1.1