[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

@@ -513,7 +513,7 @@ static classBufferManager * localManager = NULL;
void BufferManager::Init(void)
{
if (NULL == localManager) {
if (NULL != localManager) {
EWOL_ERROR("classBufferManager ==> already exist, just unlink the previous ...");
localManager = NULL;
}