Adjusted xorriso -as cdrecord fifo chunk size to -xa1

This commit is contained in:
2009-09-20 11:06:21 +00:00
parent 68f0cfd3a5
commit 43795c9216
3 changed files with 6 additions and 4 deletions

View File

@ -7510,7 +7510,7 @@ cannot_address:;
for(i= 0; i<r1; i++) {
if(buf1[i]!=buf2[i]) {
if(first_diff<0)
first_diff= i;
first_diff= r1count - r1 + i;
diffcount++;
}
}