[osg-submissions] ESRI shapefile parser fix
Robert Osfield
robert.osfield at gmail.com
Mon Dec 10 12:02:59 PST 2007
Thanks Shernan, fix now merged and submitted to SVN. Please note
there have been substantial changes to the Shapefile plugin checked in
over the last week, such as optional support for doubles, and dbf
dBase/shapefile attribute support. These additions do mean we'll need
to be on the look out for any potential bugs that might have crept in
with all the new features.
Cheers,
Robert.
On Nov 21, 2007 11:36 PM, sherman wilcox <wilcox.sherman at gmail.com> wrote:
> In ESRIShapeParser.cpp, wasn't closing the file handle. Added:
>
> if(fd)
> {
> close(fd);
> fd = 0;
> }
>
>
> to the constructor.
>
> _______________________________________________
> osg-submissions mailing list
> osg-submissions at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
More information about the osg-submissions
mailing list