Made struct ExprtesT test -lba_range ready for long block adresses
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user