Bug fix: -as mkisofs padding did not work (regression in 1.0.4)

This commit is contained in:
Thomas Schmitt 2011-03-29 15:11:51 +00:00
parent 45c1c8a862
commit 65d8419750
2 changed files with 2 additions and 2 deletions

View File

@ -830,7 +830,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
fprintf(stderr, "XORRISO_DEBUG: isoburn_igopt_set_tail_blocks(%d)\n",
(int) padding);
*/
isoburn_igopt_set_tail_blocks(sopts, padding / 2048);
isoburn_igopt_set_tail_blocks(sopts, padding);
}
/* Make final abort check before starting expensive activities */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.03.29.150930"
#define Xorriso_timestamP "2011.03.29.151144"