Making use of new libisoburn API call
This commit is contained in:
parent
6e0b43440d
commit
3b187c3e5c
@ -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);
|
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)
|
if(ret <= 0)
|
||||||
goto ex;
|
goto ex;
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.04.13.120421"
|
#define Xorriso_timestamP "2014.04.13.120743"
|
||||||
|
Loading…
Reference in New Issue
Block a user