Changeset 507 in MondoRescue for trunk/mondo/mondo/common/libmondo-mountlist.c


Ignore:
Timestamp:
Apr 30, 2006, 2:04:16 AM (18 years ago)
Author:
bcornec
Message:

merge -r489:506 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-mountlist.c

    r280 r507  
    1111#include "mondostructures.h"
    1212#include "libmondo-mountlist.h"
    13 #include "lib-common-externs.h"
    1413#include "libmondo-raid-EXT.h"
    1514#include "libmondo-devices-EXT.h"
    1615#include "libmondo-tools-EXT.h"
    1716#include "libmondo-string-EXT.h"
    18 #include "libmondo-gui-EXT.h"
     17#include "newt-specific-EXT.h"
    1918
    2019/*@unused@*/
     
    921920    if (!(fin = fopen(fname, "r"))) {
    922921        log_it("Unable to open mountlist - '%s'", fname);
    923         log_to_screen("Cannot open mountlist");
     922        log_to_screen(_("Cannot open mountlist"));
    924923        paranoid_free(siz);
    925924        return (1);
     
    962961            && mountlist->el[items].device[0] != '#') {
    963962            if (items >= ARBITRARY_MAXIMUM) {
    964                 log_to_screen("Too many lines in mountlist.. ABORTING");
     963                log_to_screen(_("Too many lines in mountlist.. ABORTING"));
    965964                finish(1);
    966965            }
Note: See TracChangeset for help on using the changeset viewer.