Made Xorriso__start_end_lbas() ready for long block adresses

This commit is contained in:
2024-03-21 17:52:51 +01:00
parent ec7ab520ba
commit 698bee2621
5 changed files with 27 additions and 29 deletions

View File

@@ -3055,9 +3055,8 @@ return:
3 = immediate decision : does match
*/
{
int value=0, ret, start_lba, bless_idx, size_mode;
off_t range_lba, end_lba;
int lba_count, *file_end_lbas= NULL, *file_start_lbas= NULL, i, mask;
int value=0, ret, start_lba, bless_idx, size_mode, lba_count, i, mask;
off_t range_lba, end_lba, *file_end_lbas= NULL, *file_start_lbas= NULL;
void *arg1, *arg2;
char ft, *decision, md5[16], bless_code[17];
regmatch_t name_match;