Reacted on compiler warning about uninitialized variable

This commit is contained in:
Thomas Schmitt 2011-02-12 17:29:20 +00:00
parent 26a6a24093
commit 37688470e1
2 changed files with 2 additions and 2 deletions

View File

@ -758,7 +758,7 @@ int Xorriso_update_interpreter(struct XorrisO *xorriso,
int compare_result, char *disk_path,
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];
struct stat stbuf;
struct SplitparT *split_parts= NULL;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.02.12.171423"
#define Xorriso_timestamP "2011.02.12.172930"