Made Xorriso__file_start_lba() ready for long block adresses
This commit is contained in:
@ -3055,8 +3055,9 @@ return:
|
||||
3 = immediate decision : does match
|
||||
*/
|
||||
{
|
||||
int value=0, ret, start_lba, bless_idx, size_mode, lba_count, i, mask;
|
||||
int value=0, ret, bless_idx, size_mode, lba_count, i, mask;
|
||||
off_t range_lba, end_lba, *file_end_lbas= NULL, *file_start_lbas= NULL;
|
||||
off_t start_lba;
|
||||
void *arg1, *arg2;
|
||||
char ft, *decision, md5[16], bless_code[17];
|
||||
regmatch_t name_match;
|
||||
|
Reference in New Issue
Block a user