Show
Ignore:
Timestamp:
05/05/08 15:00:01 (7 months ago)
Author:
ludovic.rousseau
Message:

Use size_t instead of int when needed, plus some other minor changes

Patch bug.1 included in Ticket #176

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/scconf/parse.c

    r3405 r3510  
    151151        switch (parser.current_item->type) { 
    152152        case SCCONF_ITEM_TYPE_COMMENT: 
    153                 parser.current_item->value.comment = strdup((char *) data); 
     153                parser.current_item->value.comment = strdup((const char *) data); 
    154154                break; 
    155155        case SCCONF_ITEM_TYPE_BLOCK: