From b8b6734cd10e83dab9237c2264b4bbee364898e9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 5 Jan 2012 14:09:35 +0000 Subject: [PATCH] Reacted on compiler warning about rev 4519 --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index e51f3d8..b4b36a6 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2012.01.05.123114" +#define Cdrskin_timestamP "2012.01.05.140927" diff --git a/libburn/write.c b/libburn/write.c index 2920558..0d60e1f 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 @@ -2885,6 +2884,7 @@ return crap. so we send the command, then ignore the result. /* goto fail_wo_sync; */ #endif /* Libburn_write_with_function_print_cuE */ + ret = 1; if (o->write_type == BURN_WRITE_SAO) ret = d->send_cue_sheet(d, sheet); if (sheet->data != NULL)