Clean up of TXP plugin for IRIX build.

This commit is contained in:
Robert Osfield
2002-02-11 22:53:42 +00:00
parent 386b87d4a0
commit 61e3e0c693
4 changed files with 6 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ public:
std::string foundname = osgDB::findFile(filename.c_str());
if( !foundname.empty())
{
if (archive.OpenFile(foundname))
if (archive.OpenFile(foundname.c_str()))
{
notify(INFO) << "TXPFile::loadFile(): loading archive: "
<< foundname << std::endl;