From 086fa05afbcc55da44f905329799aad3c85d6e4d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 29 Sep 2010 12:44:49 +0000 Subject: [PATCH] Avoided trailing 64 kB alignment with -compliance no_emul_toc --- libisoburn/trunk/xorriso/write_run.c | 2 +- libisoburn/trunk/xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/xorriso/write_run.c b/libisoburn/trunk/xorriso/write_run.c index 45ece519..36fdc059 100644 --- a/libisoburn/trunk/xorriso/write_run.c +++ b/libisoburn/trunk/xorriso/write_run.c @@ -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. diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index 5db9ef98..a58b24ad 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.09.29.092537" +#define Xorriso_timestamP "2010.09.29.124423"