[DEV] Change error display in the manager

This commit is contained in:
2012-11-02 21:32:15 +01:00
parent 8fdeb39b5a
commit 4514239076
6 changed files with 8 additions and 21 deletions

View File

@@ -172,7 +172,7 @@ static localClassHighlightManager * localManager = NULL;
void HighlightManager::Init(void)
{
if (NULL == localManager) {
if (NULL != localManager) {
APPL_ERROR("HighlightManager ==> already exist, just unlink the previous ...");
localManager = NULL;
}