Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38580 Details for
Bug 62386
media-sound/cdparanoia - TOC patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cdparanoia-III-alpha9.8-toc.diff
cdparanoia-III-alpha9.8-toc.diff (text/plain), 778 bytes, created by
Alan Swanson
on 2004-08-31 08:09:54 UTC
(
hide
)
Description:
cdparanoia-III-alpha9.8-toc.diff
Filename:
MIME Type:
Creator:
Alan Swanson
Created:
2004-08-31 08:09:54 UTC
Size:
778 bytes
patch
obsolete
>diff -urN cdparanoia-III-alpha9.8/interface/common_interface.c cdparanoia-III-alpha9.8.new/interface/common_interface.c >--- cdparanoia-III-alpha9.8/interface/common_interface.c 2000-04-20 00:40:42.000000000 +0200 >+++ cdparanoia-III-alpha9.8.new/interface/common_interface.c 2002-11-06 23:06:03.000000000 +0100 >@@ -223,7 +223,8 @@ > /* adjust end of last audio track to be in the first session */ > for (j = tracks-1; j >= 0; j--) { > if (j > 0 && !IS_AUDIO(d,j) && IS_AUDIO(d,j-1)) { >- if (d->disc_toc[j].dwStartSector > ms_str.addr.lba - 11400) >+ if ((d->disc_toc[j].dwStartSector > ms_str.addr.lba - 11400) && >+ (ms_str.addr.lba - 11400 > d->disc_toc[j-1].dwStartSector)) > d->disc_toc[j].dwStartSector = ms_str.addr.lba - 11400; > break; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62386
: 38580 |
38581