Changeset 1114 in MondoRescue


Ignore:
Timestamp:
Feb 8, 2007, 10:34:34 AM (17 years ago)
Author:
Bruno Cornec
Message:

Compiler error fix

File:
1 edited

Legend:

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

    r1113 r1114  
    10291029    mr_free(command);
    10301030
    1031     tmp = call_program_and_get_last_line_of_output("which mondorestore");
     1031    strcpy(tmp,call_program_and_get_last_line_of_output("which mondorestore"));
    10321032    if (!tmp) {
    10331033        fatal_error
Note: See TracChangeset for help on using the changeset viewer.