From ea1160f0773d9aa357930713bc47a00a7d7e5f40 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 10 Jan 2012 12:49:34 +0000 Subject: [PATCH] Removed a development test contraption introduced by previous revision --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/write.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 488d356..45d851f 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2012.01.10.122000" +#define Cdrskin_timestamP "2012.01.10.124916" diff --git a/libburn/write.c b/libburn/write.c index 8a9227a..fd97e0e 100644 --- a/libburn/write.c +++ b/libburn/write.c @@ -301,7 +301,6 @@ int burn_write_close_session(struct burn_write_opts *o) This is useful only when changes about CD SAO get tested. # define Libburn_write_with_function_print_cuE yes */ -#define Libburn_write_with_function_print_cuE #ifdef Libburn_write_with_function_print_cuE @@ -2893,7 +2892,7 @@ return crap. so we send the command, then ignore the result. #ifdef Libburn_write_with_function_print_cuE print_cue(sheet); - goto fail_wo_sync; + /* goto fail_wo_sync; */ #endif /* Libburn_write_with_function_print_cuE */ ret = 1;