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 <[EMAIL PROTECTED]> wrote:
> In ESRIShapeParser.cpp, wasn't closing the file handle. Added:
>
> if(fd)
> {
> close(fd);
> fd = 0;
> }
>
>
> to the constructor.
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org