[mapserver-commits] r10802 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Dec 16 17:16:46 EST 2010
Author: aboudreault
Date: 2010-12-16 14:16:46 -0800 (Thu, 16 Dec 2010)
New Revision: 10802
Modified:
branches/branch-5-6/mapserver/HISTORY.TXT
branches/branch-5-6/mapserver/maporaclespatial.c
Log:
Internal error with Oracle Spatial multi point geometries (#3627)
Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT 2010-12-15 21:12:31 UTC (rev 10801)
+++ branches/branch-5-6/mapserver/HISTORY.TXT 2010-12-16 22:16:46 UTC (rev 10802)
@@ -14,6 +14,8 @@
Current Version
---------------
+- Fixed Internal error with Oracle Spatial multi point geometries (#3627)
+
- Fixed double free in shp2img.c (#3497)
- Fixed free(): invalid next size in mapfile.c (#3604)
Modified: branches/branch-5-6/mapserver/maporaclespatial.c
===================================================================
--- branches/branch-5-6/mapserver/maporaclespatial.c 2010-12-15 21:12:31 UTC (rev 10801)
+++ branches/branch-5-6/mapserver/maporaclespatial.c 2010-12-16 22:16:46 UTC (rev 10802)
@@ -1321,7 +1321,7 @@
{
int n;
- //n = (end - start)/2;
+ n = (end - start)/2;
//n = interpretation;
//
More information about the mapserver-commits
mailing list