]> granicus.if.org Git - postgis/commitdiff
Moved size of int8 down to 19 chars (#326)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 18 Dec 2009 18:38:45 +0000 (18:38 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 18 Dec 2009 18:38:45 +0000 (18:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5031 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index 099f628dd6fa4758ce6c13138b300dd2d9efa539..759c9ba985000194ce8e1599693c27782972a034 100644 (file)
@@ -1547,7 +1547,7 @@ initialize(void)
                         * (-9223372036854775808)
                         */
                        if ( DBFAddField(dbf, field_name, FTInteger,
-                               20, 0) == -1 )
+                               19, 0) == -1 )
                        {
                                printf( "Error - Integer field could not "
                                        "be created.\n");