Reacted on cppcheck warning about uninitialized variable
This commit is contained in:
parent
862f015d50
commit
dc7c94cfeb
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.07.04.084911"
|
||||
#define Xorriso_timestamP "2015.07.04.085116"
|
||||
|
Loading…
Reference in New Issue
Block a user