In Experimental/NativeFileIO/OSGNFIOOptions.cpp line 105:

UInt32 i = 0;

Should be

std::string::size_type i = std::string::npos;

or it will crash when loading a scene on 64-bit architectures.




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to