Changeset 155 in libcf


Ignore:
Timestamp:
11/04/13 16:33:03 (11 years ago)
Author:
cheese
Message:

#1 remove path buffer in log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r151 r155  
    4545typedef struct __cf_log_ctx__
    4646{
    47     char            path[NAME_LENGTH + 1];
    4847    cf_ctx          file;
    4948    char            * buffer;
     
    320319            TRY_BREAK;
    321320        }
    322         snprintf (context->path, sizeof (context->path) - 1, "%s", path);
    323321
    324322        if (size > 0)
Note: See TracChangeset for help on using the changeset viewer.