Changeset 137 in libcf


Ignore:
Timestamp:
07/17/13 12:17:04 (11 years ago)
Author:
cheese
Message:

#1 fix some miss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r136 r137  
    362362    ASSERT_CTX (ctx);
    363363
    364     CF_Log_Local_Flush (context);
    365     result = CF_Mutex_Lock (context->mutex);
     364    CF_Mutex_Lock (context->mutex);
     365    result = CF_Log_Local_Flush (context);
    366366    CF_Mutex_Unlock (context->mutex);
    367367
Note: See TracChangeset for help on using the changeset viewer.