Changeset 18 in libcf


Ignore:
Timestamp:
02/01/13 10:25:32 (11 years ago)
Author:
cheese
Message:

#1 fix some bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r16 r18  
    249249{
    250250    va_list         valist;
    251     FILE            * fp = NULL;
    252251    CF_DEBUG_CTX    * context = (CF_DEBUG_CTX *) ctx;
    253252 
     
    262261    va_end (valist);
    263262
    264     CF_Debug_Local_PrintBin (context->fp,
     263    CF_Debug_Local_PrintBin (GET_CTX_OSTREAM (context),
    265264                             context->file,
    266265                             context->func,
Note: See TracChangeset for help on using the changeset viewer.