Avoided trailing 64 kB alignment with -compliance no_emul_toc
This commit is contained in:
parent
489d2eee1a
commit
086fa05afb
@ -122,7 +122,7 @@ no_track:;
|
|||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(xorriso->alignment == 0) {
|
if(xorriso->alignment == 0 && ! (xorriso->no_emul_toc & 1)) {
|
||||||
ret= isoburn_needs_emulation(drive);
|
ret= isoburn_needs_emulation(drive);
|
||||||
if(ret > 0) {
|
if(ret > 0) {
|
||||||
/* Take care that the session is padded up to the future NWA.
|
/* Take care that the session is padded up to the future NWA.
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.09.29.092537"
|
#define Xorriso_timestamP "2010.09.29.124423"
|
||||||
|
Loading…
Reference in New Issue
Block a user