From cedad9445db165c33d5091247dc1fb069def0abf Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 4 Sep 2009 20:43:29 +0000 Subject: [PATCH] Adjusted column width of media info messages --- libburn/trunk/cdrskin/cdrskin.c | 6 +++--- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libburn/trunk/cdrskin/cdrskin.c b/libburn/trunk/cdrskin/cdrskin.c index e3237b61..6c5f80f9 100644 --- a/libburn/trunk/cdrskin/cdrskin.c +++ b/libburn/trunk/cdrskin/cdrskin.c @@ -4977,7 +4977,7 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag) growisofs_wrapper. So this is an emulation of an emulator. The real book type is available meanwhile. But that one is not intended. */ - printf("book type: %s (emulated booktype)\n", profile_name); + printf("book type: %s (emulated booktype)\n", profile_name); if(profile_number==0x13) /* DVD-RW */ printf("cdrskin: message for sdvdbackup: \"(growisofs mode Restricted Overwrite)\"\n"); } else if(strstr(profile_name,"BD")==profile_name) { @@ -5020,9 +5020,9 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag) manuf= burn_guess_manufacturer(profile_number, media_code1, media_code2, 0); } if(product_id != NULL) - printf("Product Id: %s\n", product_id); + printf("Product Id: %s\n", product_id); if(manuf != NULL) - printf("Manufacturer: %s\n", manuf); + printf("Manufacturer: %s\n", manuf); ret= 1; if(flag&1) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index e7814ce4..265503af 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.09.04.202357" +#define Cdrskin_timestamP "2009.09.04.204432"