now, no good explanation in code why it was 10 to start with.
http://postgis.refractions.net/pipermail/postgis-users/2008-April/019169.html
git-svn-id: http://svn.osgeo.org/postgis/trunk@2762
b70326c6-7e19-0410-871a-
916f4a2858ee
}
/*
- * Date field, which we store as a string so we need
- * more width in the column
+ * Date field
*/
if(type == 1082)
{
if ( DBFAddField(dbf, field_name, FTDate,
- 10, 0) == -1 )
+ 8, 0) == -1 )
{
printf( "Error - Date field could not "
"be created.\n");