From 255cb5ea1321ac9e5df247e663886758b097223e Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 1 Oct 2009 14:52:03 +0000 Subject: [PATCH] Wow, error that only showed up in MinGW, but totally an error. I wonder why my test passed this... clean memory I guess. git-svn-id: http://svn.osgeo.org/postgis/trunk@4571 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_geodetic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/cunit/cu_geodetic.c b/liblwgeom/cunit/cu_geodetic.c index b76cbc24d..b42a0d0d4 100644 --- a/liblwgeom/cunit/cu_geodetic.c +++ b/liblwgeom/cunit/cu_geodetic.c @@ -229,7 +229,7 @@ void test_clairaut(void) GEOGRAPHIC_POINT g_out_top, g_out_bottom, v_out_top, v_out_bottom; point_set(-45.0, 60.0, &gs); - point_set(135.0, 60.0, &gs); + point_set(135.0, 60.0, &ge); geog2cart(gs, &vs); geog2cart(ge, &ve); -- 2.50.1