Ignore:
Timestamp:
Jul 23, 2007, 1:05:36 AM (17 years ago)
Author:
Bruno Cornec
Message:

mr_gettext.h added where necessary
mr_conf is now a pointer on a struct aveywhere

File:
1 edited

Legend:

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

    r1478 r1543  
    1616#include "newt-specific-EXT.h"
    1717#include "libmondo-tools-EXT.h"
     18
    1819#include "mr_str.h"
    1920#include "mr_mem.h"
    2021#include "mr_msg.h"
     22#include "mr_gettext.h"
    2123
    2224#include <time.h>
     
    157159
    158160    if (!does_file_exist(orig_fname)) {
    159         log_msg(2, "file %s empty", orig_fname);
     161        mr_msg(2, "file %s empty", orig_fname);
    160162        return (0);
    161163    }                           // no sense in trying to sort an empty file
Note: See TracChangeset for help on using the changeset viewer.