Changeset 1114 in MondoRescue for branches/stable/mondo
- Timestamp:
- Feb 8, 2007, 10:34:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-files.c
r1113 r1114 1029 1029 mr_free(command); 1030 1030 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")); 1032 1032 if (!tmp) { 1033 1033 fatal_error
Note:
See TracChangeset
for help on using the changeset viewer.