Show
Ignore:
Timestamp:
04/17/08 21:18:55 (9 months ago)
Author:
karpet
Message:

make test now works under linux. this was an issue with s[n]printf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/src/libswish3/mime_types.c

    r2116 r2133  
    198198    int i; 
    199199    xmlHashTablePtr mimes; 
    200     mimes = xmlHashCreate(SWISH_MIME_TABLE_COUNT / 2); 
     200    mimes = swish_init_hash(SWISH_MIME_TABLE_COUNT / 2); 
    201201 
    202202    for (i = 0; i <= SWISH_MIME_TABLE_COUNT; i += 2) {