Changeset 26 in libcf for trunk/src/cf_log.c


Ignore:
Timestamp:
02/04/13 17:00:53 (11 years ago)
Author:
cheese
Message:

#1 documentation with doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r25 r26  
    191191        gLogEnvironment.ctxPool =
    192192            (CF_Log_Ctx *) calloc ((size_t) logPool, sizeof (CF_Log_Ctx));
     193        if (gLogEnvironment.ctxPool == NULL)
     194            return CF_ERROR_LOG_INITIALIZE;
    193195        gLogEnvironment.ctxSize = logPool;
    194196    }
Note: See TracChangeset for help on using the changeset viewer.