Made struct ExprtesT test -lba_range ready for long block adresses

This commit is contained in:
2024-03-20 16:05:35 +01:00
parent 435521a2c9
commit cdffa4efee
6 changed files with 54 additions and 19 deletions

View File

@ -477,7 +477,7 @@ int Xorriso_path_from_lba(struct XorrisO *xorriso, IsoNode *node, int lba,
return(ret);
}
if(flag & 1)
Findjob_set_lba_range(job, lba, 1, 0);
Findjob_set_lba_range(job, (off_t) lba, (off_t) 1, 0);
else
Findjob_set_wanted_node(job, (void *) node, 0);
Findjob_set_action_found_path(job, 0);