|
|
|
@ -991,7 +991,7 @@ int Xorriso_restore_disk_object(struct XorrisO *xorriso,
|
|
|
|
|
int ret, i, split_count= 0, partno, total_parts, leaf_is_split= 0; |
|
|
|
|
int record_hl_path= 0, node_idx, cannot_register= 0; |
|
|
|
|
off_t total_bytes; |
|
|
|
|
char *part_name, *part_path= NULL, *img_path_pt; |
|
|
|
|
char *part_name, *part_path= NULL, *img_path_pt= NULL; |
|
|
|
|
IsoImage *volume; |
|
|
|
|
IsoNode *part_node, *first_part_node= NULL; |
|
|
|
|
struct SplitparT *split_parts= NULL; |
|
|
|
|