Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31372 Details for
Bug 42770
cdrdao-1.1.8 does not compile on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cdrdao-1.1.8-cast.patch
cdrdao-1.1.8-cast.patch (text/plain), 351 bytes, created by
Herbie Hopkins (RETIRED)
on 2004-05-13 15:32:54 UTC
(
hide
)
Description:
cdrdao-1.1.8-cast.patch
Filename:
MIME Type:
Creator:
Herbie Hopkins (RETIRED)
Created:
2004-05-13 15:32:54 UTC
Size:
351 bytes
patch
obsolete
>--- cdrdao-1.1.8/trackdb/lec.cc.cast 2004-02-20 10:56:53.505801360 +0100 >+++ cdrdao-1.1.8/trackdb/lec.cc 2004-02-20 11:00:26.328447400 +0100 >@@ -278,7 +278,7 @@ > u_int32_t crc = 0; > > while (len--) { >- crc = CRCTABLE[(crc ^ *data++) & 0xffL] ^ (crc >> 8); >+ crc = CRCTABLE[(int)((crc ^ *data++) & 0xffL)] ^ (crc >> 8); > } > > return crc;
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 42770
:
31371
| 31372