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
This commit is contained in:
Paul Ramsey 2009-10-01 14:52:03 +00:00
parent 68dab94cd0
commit 255cb5ea13

View 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);