- Timestamp:
- Dec 21, 2016, 5:51:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondo-prep.c
r3611 r3633 1622 1622 if (pout_to_fdisk) { 1623 1623 log_msg(1, "Doing the new all-in-one fdisk thing"); 1624 mr_strcat(output, "\n\np\n\n"); 1624 1625 log_msg(1, "output = '%s'", output); 1625 1626 fput_string_one_char_at_a_time(pout_to_fdisk, output); 1626 fput_string_one_char_at_a_time(pout_to_fdisk, "\n\np\n");1627 1627 mr_asprintf(tmp, "%s", last_line_of_file(FDISK_LOG)); 1628 1628 if (strstr(tmp, " (m ")) { … … 1692 1692 } 1693 1693 mr_free(program); 1694 paranoid_free(output);1694 mr_free(output); 1695 1695 1696 1696 g_current_progress++;
Note:
See TracChangeset
for help on using the changeset viewer.