Sync changes from upstream repository

This commit is contained in:
Bozo
2019-06-10 03:00:01 -07:00
parent 3f3fe73c59
commit 7c522f6703
45 changed files with 387 additions and 172 deletions

View File

@@ -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;