From: Paul Ramsey Date: Thu, 1 Oct 2009 14:52:03 +0000 (+0000) Subject: Wow, error that only showed up in MinGW, but totally an error. I wonder why my test... X-Git-Tag: 1.5.0b1~439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=255cb5ea1321ac9e5df247e663886758b097223e;p=postgis 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 --- 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);