Re: [gdal-dev] set dbf header date to current date on modification

2011-01-20 Thread Dave Fuhry
Sure, I created ticket 3919. http://trac.osgeo.org/gdal/ticket/3919 Thanks, Dave On Wed, Jan 19, 2011 at 2:16 PM, Chaitanya kumar CH wrote: > Dave, > > Can you file an enhancement ticket and attach the patch to it? > (http://trac.osgeo.org/gdal/newticket) > > On Wed, Jan 19, 2011 at 11:12 PM,

Re: [gdal-dev] set dbf header date to current date on modification

2011-01-19 Thread Chaitanya kumar CH
Dave, Can you file an enhancement ticket and attach the patch to it? ( http://trac.osgeo.org/gdal/newticket) On Wed, Jan 19, 2011 at 11:12 PM, Dave Fuhry wrote: > Patch to ogr/ogrsf_frmts/shape/dbfopen.c attached, which sets the dbf > header's date to the current date on modification. Old code

[gdal-dev] set dbf header date to current date on modification

2011-01-19 Thread Dave Fuhry
Patch to ogr/ogrsf_frmts/shape/dbfopen.c attached, which sets the dbf header's date to the current date on modification. Old code had the dbf header's date hardcoded to 07/26/95. Tested on Linux. Hope it can make its way into OGR. -Dave Index: ogr/ogrsf_frmts/shape/dbfopen.c ===