diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2003-03-24 20:54:30 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2003-03-24 20:54:30 +0000 |
| commit | 07796aea232be1dcbb335c34fc001272a85030d5 (patch) | |
| tree | 0feea0c0ea178542246d749c1f008cc62021aaf2 /usr.sbin/cdcontrol | |
| parent | 1352a5425508d892df8feeddbffb973f895a3cc7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/cdcontrol')
| -rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index 35ea358feb7a5..47c55b41f1104 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -581,6 +581,8 @@ Play_Relative_Addresses: else if (tr1 > n) tr1 = n; + tr1--; + if (msf) { tm = toc_buffer[tr1].addr.msf.minute; ts = toc_buffer[tr1].addr.msf.second; @@ -597,8 +599,6 @@ Play_Relative_Addresses: return (0); } - tr1--; - f1 += tf; if (f1 >= 75) { s1 += f1 / 75; |
