Hi Martin,
On Tue, Feb 17, 2009 at 6:17 PM, Martin Beckett <[email protected]> wrote: > It should also be an 'unsigned int' > Actually it should probably a 'size_type' but I don't know if all STL > implementations enforce this. The use of int is correct in this context as there is a for loop that works downwards from the end of the list to 0, and exists when the loop value goes to -1. > I sent this fix and some additions to support dxf POINTS but the submission > never showed up here, the files were attached as a zip, I don't know if that > got blocked. > Whats the procedure if you need to submit several changed files? Your email + file can through fine. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
