Hi JS, I have finally got back to reviewing your changes. I merged the changes in two parts, first up the unix/window file endings parts that I altered to use :
const char UNIX_PATH_SEPARATOR = '/'; const char WINDOWS_PATH_SEPARATOR = '\\'; Rather than your original functions for these values. Second I merged the changes to FileUtils and osgvolume.cpp that involve the * expansion. These changes I merged as is, with both now checked into svn/trunk. Cheers, Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
