Changeset 835 in MondoRescue


Ignore:
Timestamp:
Sep 26, 2006, 12:21:21 AM (18 years ago)
Author:
Bruno Cornec
Message:

Fic compilation warnings and errors (trying o get a building trunk again)

Location:
trunk/mondo/src
Files:
2 edited

Legend:

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

    r808 r835  
    18301830        }
    18311831        if (!popup_and_get_string
    1832             ("Prefix.",
    1833              "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
    1834              bkpinfo->prefix, MAX_STR_LEN / 4)) {
     1832            (_("Prefix."),
     1833             _("Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files"),
     1834             bkpinfo->prefix)) {
    18351835            log_to_screen("User has chosen not to backup the PC");
    18361836            finish(1);
  • trunk/mondo/src/lib/mr_conf.c

    r768 r835  
    3131
    3232#include "my-stuff.h"
     33#include "libmondo-tools.h"
    3334
    3435/* error flags */
Note: See TracChangeset for help on using the changeset viewer.