Changed fallback message to be consistent with fucntion name
This commit is contained in:
@@ -20,7 +20,7 @@ int osg_system(const char* command)
|
||||
#ifdef OSG_SYSTEM_SUPPORTED
|
||||
return system(command);
|
||||
#else
|
||||
printf("osgSystem(%s) not supported.\n", command);
|
||||
printf("osg_system(%s) not supported.\n", command);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user