diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 993fb0d..bac02a9 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2013.10.09.092306" +#define Cdrskin_timestamP "2013.10.09.134543" diff --git a/libburn/mmc.c b/libburn/mmc.c index 9e43b59..d64a156 100644 --- a/libburn/mmc.c +++ b/libburn/mmc.c @@ -4156,7 +4156,7 @@ static int mmc_get_write_performance_al(struct burn_drive *d, struct burn_speed_descriptor *sd; /* A61225 : 1 = report about speed descriptors */ - static int speed_debug = 1; + static int speed_debug = 0; BURN_ALLOC_MEM(buf, struct buffer, 1); BURN_ALLOC_MEM(c, struct command, 1);