Changeset 3237 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- Jan 3, 2014, 5:44:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3185 r3237 1755 1755 /** pointers **********************************************************/ 1756 1756 char *p; 1757 char *part_table_fmt ;1757 char *part_table_fmt = NULL; 1758 1758 FILE *fout; 1759 1759 … … 1844 1844 } 1845 1845 } 1846 mr_free(part_table_fmt); 1847 1846 1848 mr_strcat(output, "\n"); /*start block (ENTER for next free blk */ 1847 1849 if (partsize > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.