Project

General

Profile

Bug #327 ยป cdcontrol.patch

tautolog, 09/24/2006 09:02 AM

View differences:

cdcontrol.c 2006-09-24 04:17:35.000000000 -0400
else if (tr1 > n)
tr1 = n;
tr1--;
if (msf) {
tm = toc_buffer[tr1].addr.msf.minute;
ts = toc_buffer[tr1].addr.msf.second;
......
&& ((s1 > ts)
|| ((s1 == ts)
&& (f1 > tf))))) {
printf ("Track %d is not that long.\n", tr1);
printf ("Track %d is not that long.\n", tr1 + 1);
return (0);
}
tr1--;
f1 += tf;
if (f1 >= 75) {
s1 += f1 / 75;
    (1-1/1)