Reacted on compiler warning
This commit is contained in:
parent
294a55d552
commit
05711f4e8d
@ -408,6 +408,7 @@ Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
|
||||
<UL>
|
||||
<LI>Included libburn has enhanced Linux drive access and listing code</LI>
|
||||
<LI>New option -check_media</LI>
|
||||
<LI>New -find test -damaged, new -find action "report_damage"</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.08.17.220043"
|
||||
#define Xorriso_timestamP "2008.08.17.221350"
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user