Thanks Ricky, fix merged and submitted to svn/trunk and OSG-3.2 branch.
On 18 June 2014 09:29, Riccardo Corsi <[email protected]> wrote: > Hi All, > > there's an inconsistency between the behavior of the method and the > debug message it prints out on the console. > > Around line 1040 of Registry.cpp (see code below) the method returns > "simpleFileName" but prints about returning "filename". > > In attachment the modified file, based on osg 3.2.0 > ricky > > > <code> > if(fileExists(simpleFileName)) > { > OSG_DEBUG << "FindFileInPath(" << filename << "): returning " << > filename << std::endl; > return simpleFileName; > } > </code> > > _______________________________________________ > 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
