Made Xorriso__file_start_lba() ready for long block adresses

This commit is contained in:
2024-03-21 19:28:34 +01:00
parent 698bee2621
commit 2d3302db51
9 changed files with 32 additions and 23 deletions

View File

@ -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;