]> granicus.if.org Git - postgis/commit
Fixed typo in add_to_geometry(). With very poorly aligned sub-objects, it
authorDavid Blasby <dblasby@gmail.com>
Mon, 6 Oct 2003 18:09:08 +0000 (18:09 +0000)
committerDavid Blasby <dblasby@gmail.com>
Mon, 6 Oct 2003 18:09:08 +0000 (18:09 +0000)
commit79f2ca7d1b644a91e047aac04b8cdec8d71c333f
tree489d630e8cc6c0a22e1b6a1b819517c3e12471f6
parentf8811c83dcb2cdcfcac7b2ce95077bce5122b986
Fixed typo in add_to_geometry().  With very poorly aligned sub-objects, it
wouldnt allocate enough memory.  Fixed it so its pesimistic and will allocate
enough memory.

git-svn-id: http://svn.osgeo.org/postgis/trunk@307 b70326c6-7e19-0410-871a-916f4a2858ee
postgis_inout.c