]> granicus.if.org Git - postgis/commitdiff
Wow, error that only showed up in MinGW, but totally an error. I wonder why my test...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 1 Oct 2009 14:52:03 +0000 (14:52 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 1 Oct 2009 14:52:03 +0000 (14:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4571 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_geodetic.c

index b76cbc24dee1656307732277e2993ce8a09dd266..b42a0d0d4610840bfd96b8b434c0f01914e430ee 100644 (file)
@@ -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);