Making use of new libisoburn API call

This commit is contained in:
Thomas Schmitt 2014-04-13 12:08:11 +00:00
parent 59c4712b1a
commit d20fe0dea2
2 changed files with 4 additions and 1 deletions

View File

@ -888,6 +888,9 @@ fprintf(stderr, "XORRISO_DEBUG: isoburn_igopt_set_tail_blocks(%d)\n",
}
ret = isoburn_igopt_set_write_type(sopts, xorriso->do_tao);
if(ret <= 0)
goto ex;
ret = isoburn_igopt_set_stdio_endsync(sopts, xorriso->stdio_sync >= 0);
if(ret <= 0)
goto ex;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.04.13.120421"
#define Xorriso_timestamP "2014.04.13.120743"