Ignore:
Timestamp:
Feb 9, 2007, 8:09:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

fix linker errors
begining of rewrite for libmondo-devices.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-files.c

    r1114 r1120  
    1818#include "libmondo-fork-EXT.h"
    1919#include "libmondo-string-EXT.h"
     20
    2021#include "mr_mem.h"
    21 
     22#include "mr_msg.h"
    2223#include "mr_file.h"
    2324
     
    12651266            *(strchr(tmp, ' ')) = '\0';
    12661267        }
    1267         if (!strcmp(sz_last_suffix(filename), tmp)) {
     1268        if (!strcmp(strrchr(filename,'.'), tmp)) {
    12681269            mr_free(do_not_compress_these);
    12691270            mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.