Corrected documentation of isoburn_disc_get_msc1()

This commit is contained in:
Thomas Schmitt 2008-08-13 18:55:31 +00:00
parent 235cbe3dfe
commit 9b85bc0fed
2 changed files with 3 additions and 2 deletions

View File

@ -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
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,
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
isoburn_set_msc1() which can override the rule to load the most recent
session.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.08.11.201604"
#define Xorriso_timestamP "2008.08.13.185434"