Checker: BAD_COMPARE
Function: checkExceptionHandler()
File: /indra/llplugin/slplugin/slplugin.cpp

(not a bug, but rearranged a little)
master
Tofu Linden 2010-01-27 11:59:55 -08:00
parent f714e527c5
commit 73665e5ad6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ bool checkExceptionHandler()
if (prev_filter == NULL)
{
ok = FALSE;
if (myWin32ExceptionHandler == NULL)
if (NULL == myWin32ExceptionHandler)
{
LL_WARNS("AppInit") << "Exception handler uninitialized." << LL_ENDL;
}