Changed default CD-TEXT for tracks from track number text to empty text
This commit is contained in:
parent
89e5450fb8
commit
c3a02f8631
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.12.13.164329"
|
||||
#define Cdrskin_timestamP "2011.12.14.124906"
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user