mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-17 23:16:02 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -624,7 +624,7 @@ void ON_ErrorEvent::Dump(
|
||||
|
||||
bool ON_ErrorLog::EnableLogging()
|
||||
{
|
||||
if (nullptr == this)
|
||||
if ( 0 == ((ON__UINT_PTR)this) )
|
||||
return false;
|
||||
if (this == ON_ACTIVE_ERROR_LOG)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user