From cafad767a9550b813b83a00872d5619e522db171 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 26 Dec 2006 18:45:21 +0000 Subject: [PATCH] Minor corrections to revisions 559 and 560 --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 4 ++-- test/telltoc.c | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index d03b6a8..42b86a8 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.12.26.170459" +#define Cdrskin_timestamP "2006.12.26.184321" diff --git a/libburn/libburn.h b/libburn/libburn.h index 20b04a5..a4cb985 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -433,7 +433,7 @@ struct burn_speed_descriptor { 0 = misc , 1 = mode page 2Ah , 2 = ACh GET PERFORMANCE */ int source; - /** The media type that was reported as current at the time of report + /** The media type that was current at the time of report -2 = state unknown, -1 = no media was loaded , else see burn_disc_get_profile() */ int profile_loaded; @@ -443,7 +443,7 @@ struct burn_speed_descriptor { i.e. 2352 raw bytes or 2048 data bytes. -1 = capacity unknown. */ int end_lba; - /** Write speed is given in 1000 bytes/s , 0 = invalid. The numbers + /** Speed is given in 1000 bytes/s , 0 = invalid. The numbers are supposed to be usable with burn_drive_set_speed() */ int write_speed; int read_speed; diff --git a/test/telltoc.c b/test/telltoc.c index b4a4c33..0dd4233 100644 --- a/test/telltoc.c +++ b/test/telltoc.c @@ -326,6 +326,7 @@ int telltoc_speedlist(struct burn_drive *drive) printf(", %s", sd->profile_name); printf("\n"); } + burn_drive_free_speedlist(&speed_list); return 1; }