]> granicus.if.org Git - postgis/commitdiff
Change MAX_DBF_FIELD_SIZE to 254 (#326)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 15 Dec 2009 23:55:16 +0000 (23:55 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 15 Dec 2009 23:55:16 +0000 (23:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5009 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index c7d3f953e3a765f5f4bb4de3304d6ff9d525d956..3b6273d35634a37b3472ceea0ab3db3d66965145 100644 (file)
@@ -52,7 +52,7 @@ static char rcsid[] =
 #define VERBOSE 1
 
 /* Maximum DBF field width (according to ARCGIS) */
-#define MAX_DBF_FIELD_SIZE 255
+#define MAX_DBF_FIELD_SIZE 254
 
 typedef unsigned char byte;