Reacted on compiler warning

This commit is contained in:
2008-08-17 22:14:50 +00:00
parent 294a55d552
commit 05711f4e8d
3 changed files with 3 additions and 2 deletions

View File

@@ -5566,7 +5566,7 @@ int Xorriso_file_eval_damage(struct XorrisO *xorriso, IsoNode *node,
int flag)
{
int start_lba, end_lba, i, sectors, sector_size, damaged= 0, ret;
int next_good_lba, first_bad_lba= -1;
int next_good_lba= -1, first_bad_lba= -1;
off_t size= 0;
struct SectorbitmaP *map;