Adjusted column width of media summary message

This commit is contained in:
Thomas Schmitt 2009-09-05 07:24:06 +00:00
parent 6038928fe4
commit 3a98bc52f9
2 changed files with 2 additions and 2 deletions

View File

@ -4789,7 +4789,7 @@ summary:
strcpy(profile_name, "media"); strcpy(profile_name, "media");
#endif #endif
printf("Media summary : %d sessions, %d tracks, %s %s\n", printf("Media summary: %d sessions, %d tracks, %s %s\n",
num_sessions, track_count, num_sessions, track_count,
s==BURN_DISC_BLANK ? "blank" : s==BURN_DISC_BLANK ? "blank" :
s==BURN_DISC_APPENDABLE ? "appendable" : s==BURN_DISC_APPENDABLE ? "appendable" :

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.04.204432" #define Cdrskin_timestamP "2009.09.05.072512"