Avoided trailing 64 kB alignment with -compliance no_emul_toc

This commit is contained in:
Thomas Schmitt 2010-09-29 12:44:49 +00:00
parent d02bd410b3
commit e4ef8c6582
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ no_track:;
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);
if(ret > 0) {
/* Take care that the session is padded up to the future NWA.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.09.29.092537"
#define Xorriso_timestamP "2010.09.29.124423"