Revoked LBA sorted reading with -compare_r. It was ugly.
This commit is contained in:
parent
340f89591f
commit
6a2446f729
@ -14209,8 +14209,7 @@ int Xorriso_option_compare(struct XorrisO *xorriso, char *disk_path,
|
||||
argv[2]= "compare";
|
||||
argv[3]= eff_origin;
|
||||
zero= 0;
|
||||
ret= Xorriso_option_find(xorriso, 4, argv, &zero,
|
||||
2 | (8 * !((xorriso->do_aaip & 96) == 96))); /* -findi */
|
||||
ret= Xorriso_option_find(xorriso, 4, argv, &zero, 2); /* -findi */
|
||||
if(ret>0) {
|
||||
argv[0]= eff_origin;
|
||||
argv[1]= "-exec";
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.05.26.140055"
|
||||
#define Xorriso_timestamP "2009.05.26.142912"
|
||||
|
Loading…
Reference in New Issue
Block a user