Reacted on compiler warning about uninitialized variable
This commit is contained in:
parent
7f01cfd5dc
commit
5b98f1cfd0
@ -758,7 +758,7 @@ int Xorriso_update_interpreter(struct XorrisO *xorriso,
|
|||||||
int compare_result, char *disk_path,
|
int compare_result, char *disk_path,
|
||||||
char *iso_rr_path, int flag)
|
char *iso_rr_path, int flag)
|
||||||
{
|
{
|
||||||
int ret, deleted= 0, is_split= 0, i, loop_count, late_hardlink_update= 0;
|
int ret= 1, deleted= 0, is_split= 0, i, loop_count, late_hardlink_update= 0;
|
||||||
char sfe[5*SfileadrL];
|
char sfe[5*SfileadrL];
|
||||||
struct stat stbuf;
|
struct stat stbuf;
|
||||||
struct SplitparT *split_parts= NULL;
|
struct SplitparT *split_parts= NULL;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.02.12.171423"
|
#define Xorriso_timestamP "2011.02.12.172930"
|
||||||
|
Loading…
Reference in New Issue
Block a user