Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38581 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-solve-crash.patch
cdparanoia-III-alpha9.8-solve-crash.patch (text/plain), 536 bytes, created by
Alan Swanson
on 2004-08-31 08:11:02 UTC
(
hide
)
Description:
cdparanoia-III-alpha9.8-solve-crash.patch
Filename:
MIME Type:
Creator:
Alan Swanson
Created:
2004-08-31 08:11:02 UTC
Size:
536 bytes
patch
obsolete
>diff -uNr cdparanoia-III-alpha9.8/interface/scan_devices.c cdparanoia-III-alpha9.8-new/interface/scan_devices.c >--- cdparanoia-III-alpha9.8/interface/scan_devices.c Mon Mar 26 07:44:01 2001 >+++ cdparanoia-III-alpha9.8-new/interface/scan_devices.c Thu Sep 19 16:47:56 2002 >@@ -617,7 +617,7 @@ > > /* It would seem some TOSHIBA CDROMs gets things wrong */ > >- if (!strncmp (p + 8, "TOSHIBA", 7) && >+ if (p && !strncmp (p + 8, "TOSHIBA", 7) && > !strncmp (p + 16, "CD-ROM", 6) && > p[0] == TYPE_DISK) { > p[0] = TYPE_ROM;
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