- Timestamp:
- 12/18/08 14:56:30 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglauncher/osglauncher.cpp
r9124 r9395 229 229 osg::notify(osg::INFO) << "char* = " << cxapp <<std::endl; 230 230 231 system(cxapp); 232 return 1; 231 return system(cxapp); 233 232 } 234 233 } 235 234 osg::notify(osg::INFO) << "app not found!" << std::endl; 236 return 0;235 return 1; 237 236 } // end printList() 238 237
