From 9a12d64c7ef2e1eefec294739a918619966abbef Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 21 Oct 2006 10:37:58 +0000 Subject: [PATCH] Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba() --- trunk/libburn/libburn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/libburn/libburn.h b/trunk/libburn/libburn.h index a16b640f..061099f7 100644 --- a/trunk/libburn/libburn.h +++ b/trunk/libburn/libburn.h @@ -655,7 +655,8 @@ int burn_disc_read_atip(struct burn_drive *drive); /* ts A61020 */ /** Returns start and end lba of the media which is currently inserted in the given drive. The drive has to be grabbed to have hope for reply. - Shortcomming (not a feature): only blank media will return valid info. + Shortcomming (not a feature): unless burn_disc_read_atip() was called + only blank media will return valid info. @param drive The drive to query. @param start_lba Returns the start lba value @param end_lba Returns the end lba value