[osg-users] Bug in osgDB::findFileInDirectory

Robert Osfield robert.osfield at gmail.com
Tue Mar 27 09:38:13 PDT 2018


I have just run the test case with a file with the wrong case to see
what would happen, the results look 100% correct:

$ ./test --dir ~/OpenSceneGraph/include/osg  --file version
Result with findFileInDirectory(): 1
/home/robert/OpenSceneGraph/include/osg/Version
Result with fileExists(): 0
concatenated=/home/robert/OpenSceneGraph/include/osgversion
Result with fileExists(): 0
proper_fileExsists=/home/robert/OpenSceneGraph/include/osg/version

This test was run under Linux, so at least on the Linux side things
are working correctly.  I have to defer to others to test under OSX.

Robert.


More information about the osg-users mailing list