From 687bde257c82a0e7495d99d164ba135a321850fa Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 29 Dec 2008 10:53:58 +0000 Subject: [PATCH] Cosmetic changes --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 4 ++-- test/libburner.c | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 4450f32..22eacc2 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.12.22.130527" +#define Cdrskin_timestamP "2008.12.29.105341" diff --git a/libburn/libburn.h b/libburn/libburn.h index 08f8673..9d374ae 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -1193,8 +1193,8 @@ int burn_disc_erasable(struct burn_drive *d); enum burn_drive_status burn_drive_get_status(struct burn_drive *drive, struct burn_progress *p); -/** Creates a write_opts struct for burning to the specified drive - must be freed with burn_write_opts_free +/** Creates a write_opts struct for burning to the specified drive. + The returned object must later be freed with burn_write_opts_free(). @param drive The drive to write with @return The write_opts, NULL on error */ diff --git a/test/libburner.c b/test/libburner.c index 54443e5..e039b9b 100644 --- a/test/libburner.c +++ b/test/libburner.c @@ -260,7 +260,8 @@ int libburner_aquire_by_driveno(int *driveno) } -/** Makes a previously used CD-RW ready for thorough re-usal. +/** Makes a previously used CD-RW or unformatted DVD-RW ready for thorough + re-usal. To our knowledge it is hardly possible to abort an ongoing blank operation because after start it is entirely handled by the drive. @@ -487,7 +488,7 @@ int libburner_payload(struct burn_drive *drive, /* Give up local reference to the data burn_source object */ burn_source_free(data_src); - } /* trackno loop end */ + } /* trackno loop end */ /* Evaluate drive and media */ disc_state = burn_disc_get_status(drive);