diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 2e7f217..22dbba4 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.12.07.185030" +#define Cdrskin_timestamP "2007.12.07.185206" diff --git a/libburn/async.c b/libburn/async.c index 0967c47..ff67865 100644 --- a/libburn/async.c +++ b/libburn/async.c @@ -10,9 +10,8 @@ even if joinable and even if never joined. To be activated after release of libburn-0.4.0 - -#define Libburn_create_detached_threadS 1 */ +#define Libburn_create_detached_threadS 1 /* Alternative : Threads are created joinable. Threads get detached in remove_worker() and thus should dispose themselves.