Change MAX_DBF_FIELD_SIZE to 254 (#326)

git-svn-id: http://svn.osgeo.org/postgis/trunk@5009 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2009-12-15 23:55:16 +00:00
parent ef4fc1aa6d
commit 825ee0c89c

View 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;