Don't mask last track number with end word, better be shure that it is 170

This commit is contained in:
Andrey A. Chernov 1996-02-02 22:14:39 +00:00
parent 1cf944e85c
commit fccbca1d40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13867

View File

@ -411,7 +411,7 @@ int info (char *arg)
printf ("%5d ", toc_buffer[i].track);
prtrack (toc_buffer + i, 0);
}
printf (" end ");
printf ("%5d ", toc_buffer[n].track);
prtrack (toc_buffer + n, 1);
return (0);
}