Ignore:
Timestamp:
Jul 20, 2009, 12:41:46 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3279@localhost: bruno | 2009-07-20 00:29:15 +0200
Fix mondo compilation and link

File:
1 edited

Legend:

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

    r2281 r2282  
    921921
    922922    assert(mountlist != NULL);
    923     Mr_asprintf(&tmp, "format_everything (mountlist, interactively = %s",
     923    mr_asprintf(&tmp, "format_everything (mountlist, interactively = %s",
    924924            (interactively) ? "true" : "false");
    925925    log_it(tmp);
Note: See TracChangeset for help on using the changeset viewer.