Don't replace leadout entry with 255

This commit is contained in:
Andrey A. Chernov 1996-01-30 14:36:57 +00:00
parent b7d2756067
commit 192805fd1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13747

View File

@ -141,7 +141,6 @@ runcmd(char *cmd)
if (rc > -1) {
n = h.ending_track - h.starting_track + 1;
rc = read_toc_entrys ((n+1)*sizeof(struct cd_toc_entry));
toc_buffer[n].track = 255;
if (standalone)
printf("track minute second frame\n");
for (i = 0; i <= n; i++)