git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@2021
b70326c6-7e19-0410-871a-
916f4a2858ee
- Fixed handling of trailing dots in dbf numerical attributes
- Schema aware postgis_proc_upgrade.pl, support for pgsql 7.2.1
- Fixed back-compatibility issue in loader (load of null shapefiles)
+ - Fixed a small bug in the getPoint4d_p() low-level function
PostGIS 1.0.4
2005/09/09
return 0; //error
}
- memset(point, 0, sizeof(POINT3DZ));
+ memset(point, 0, sizeof(POINT4D));
size = pointArray_ptsize(pa);
memcpy(point, getPoint_internal(pa, n), size);
return 1;