mostream crash fixed (Thanks to Adrian Secord for providing the patch)
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@256 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -180,7 +180,7 @@ protected:
|
||||
if (!buffer_.empty())
|
||||
{
|
||||
if (enabled_) multiplex();
|
||||
#if defined(OM_CC_GCC) || OM_CC_VERSION < 30000
|
||||
#if defined( OM_CC_GCC ) && OM_CC_VERSION < 30000
|
||||
buffer_ = ""; // member clear() not available!
|
||||
#else
|
||||
buffer_.clear();
|
||||
|
||||
Reference in New Issue
Block a user