Ignore:
Timestamp:
Apr 22, 2014, 11:06:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug due to lack of memory allocation for a tmp var to display
  • Fix another bug in the call to labeling which used a bad variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3237 r3263  
    26162616
    26172617    if (g_mountlist_fname[0] == '\0') {
    2618         log_it
    2619             ("resize_mountlist_prop...() - warning - mountlist fname is blank");
     2618        log_it("resize_mountlist_prop...() - warning - mountlist fname is blank");
    26202619        log_it("That does NOT affect the functioning of this subroutine.");
    26212620        log_it("--- Hugo, 2002/11/20");
     
    26252624    log_it("Back from MLoDiM");
    26262625    for (driveno = 0; driveno < drivelist->entries; driveno++) {
    2627         resize_drive_proportionately_to_suit_new_drives(mountlist,
    2628                                                         drivelist->
    2629                                                         el[driveno].
    2630                                                         device);
     2626        resize_drive_proportionately_to_suit_new_drives(mountlist, drivelist->el[driveno].device);
    26312627    }
    26322628    log_to_screen("Mountlist adjusted to suit current hard drive(s)");
Note: See TracChangeset for help on using the changeset viewer.