diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 81115a3d..df31e2ae 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -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. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index ead63963..78cc9f57 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.08.11.201604" +#define Xorriso_timestamP "2008.08.13.185434"