Changed default CD-TEXT for tracks from track number text to empty text

This commit is contained in:
Thomas Schmitt 2011-12-14 12:49:16 +00:00
parent 89e5450fb8
commit c3a02f8631
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.12.13.164329"
#define Cdrskin_timestamP "2011.12.14.124906"

View File

@ -901,7 +901,7 @@ static int burn_create_tybl_t_packs(struct burn_track *t, int track_no,
flags = cdt->flags;
}
if (payload == NULL) {
sprintf((char *) dummy, "%d", track_no);
dummy[0]= 0;
payload = dummy;
length = strlen((char *) dummy) + 1;
}