Corrected documentation of isoburn_disc_get_msc1()
This commit is contained in:
parent
d7cea7d8f1
commit
e780ca1dfc
@ -1054,7 +1054,8 @@ off_t isoburn_disc_available_space(struct burn_drive *d,
|
|||||||
/** Obtain the start block number of the most recent session on media. In
|
/** Obtain the start block number of the most recent session on media. In
|
||||||
case of random access media this will always be 0. Succesfull return is
|
case of random access media this will always be 0. Succesfull return is
|
||||||
not a guarantee that there is a ISO-9660 image at all. The call will fail,
|
not a guarantee that there is a ISO-9660 image at all. The call will fail,
|
||||||
nevertheless,if isoburn_disc_get_status() returns not BURN_DISC_APPENDABLE.
|
nevertheless,if isoburn_disc_get_status() returns not BURN_DISC_APPENDABLE
|
||||||
|
or BURN_DISC_FULL.
|
||||||
Note: The result of this call may be fabricated by a previous call of
|
Note: The result of this call may be fabricated by a previous call of
|
||||||
isoburn_set_msc1() which can override the rule to load the most recent
|
isoburn_set_msc1() which can override the rule to load the most recent
|
||||||
session.
|
session.
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.08.11.201604"
|
#define Xorriso_timestamP "2008.08.13.185434"
|
||||||
|
Loading…
Reference in New Issue
Block a user