Revoked LBA sorted reading with -compare_r. It was ugly.

This commit is contained in:
Thomas Schmitt 2009-05-26 14:28:58 +00:00
parent 5b13b266db
commit 7aee4b45a7
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.05.26.140055"
#define Xorriso_timestamP "2009.05.26.142912"