]> granicus.if.org Git - postgis/commit
Handled empty strings in numeric fields as '0'es... pg_atoi() does
authorSandro Santilli <strk@keybit.net>
Tue, 22 Jun 2004 11:05:46 +0000 (11:05 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 22 Jun 2004 11:05:46 +0000 (11:05 +0000)
commit8134116e75923fb05da2a83d075a99f023cf31c9
tree24cfedbd93c8ecf9fd3322c69b5785724bf63a34
parenta317d59a986b9744540b9031f9e539ea59cf75fb
Handled empty strings in numeric fields as '0'es... pg_atoi() does
not do this (while atoi() does).

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