From a2f88b6e08cf792b83a8946cd3cf3e3ae35db252 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 14 Sep 2004 15:05:16 +0000 Subject: [PATCH] Commented out osg::noitfy usage under OSX since this was causing a crash on start up --- src/osgDB/FileUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osgDB/FileUtils.cpp b/src/osgDB/FileUtils.cpp index c6bd0bd2b..421838cf5 100644 --- a/src/osgDB/FileUtils.cpp +++ b/src/osgDB/FileUtils.cpp @@ -718,7 +718,8 @@ std::string osgDB::findFileInDirectory(const std::string& fileName,const std::st } else { - osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl; + // had to comment out as it segfauls the OSX app otherwise + // osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl; } } #else