Back out my control->addr_type change, need to be fixed in another place
This commit is contained in:
parent
b03135a62b
commit
3017478d1c
@ -446,7 +446,7 @@ void prtrack (struct cd_toc_entry *e, int lastflag)
|
||||
|
||||
/* Print duration, block, length, type */
|
||||
printf ("%2d:%02d.%02d %6d %6d %5s\n", m, s, f, block, len,
|
||||
e->addr_type & 4 ? "data" : "audio");
|
||||
e->control & 4 ? "data" : "audio");
|
||||
}
|
||||
|
||||
int play_track (int tstart, int istart, int tend, int iend)
|
||||
|
Loading…
x
Reference in New Issue
Block a user