Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52481 Details for
Bug 83861
Easytag 1.99.3: hard-coded path to freedb.org
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch cddb.c
cddb.patch (text/plain), 776 bytes, created by
Dieter Verfaillie
on 2005-03-02 11:48:24 UTC
(
hide
)
Description:
patch cddb.c
Filename:
MIME Type:
Creator:
Dieter Verfaillie
Created:
2005-03-02 11:48:24 UTC
Size:
776 bytes
patch
obsolete
>1812,1813c1812,1813 >< if ( (socket_id=Cddb_Open_Connection(CDDB_USE_PROXY?CDDB_PROXY_NAME:"www.freedb.org", >< CDDB_USE_PROXY?CDDB_PROXY_PORT:80)) <= 0 ) >--- >> if ( (socket_id=Cddb_Open_Connection(CDDB_USE_PROXY?CDDB_PROXY_NAME:CDDB_SERVER_NAME, >> CDDB_USE_PROXY?CDDB_PROXY_PORT:CDDB_SERVER_PORT)) <= 0 ) >2041,2042c2041,2042 >< if ( ( socket_id=Cddb_Open_Connection(CDDB_USE_PROXY?CDDB_PROXY_NAME:"www.freedb.org", >< CDDB_USE_PROXY?CDDB_PROXY_PORT:80)) <= 0 ) >--- >> if ( (socket_id=Cddb_Open_Connection(CDDB_USE_PROXY?CDDB_PROXY_NAME:CDDB_SERVER_NAME, >> CDDB_USE_PROXY?CDDB_PROXY_PORT:80)) <= 0 )
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 83861
: 52481 |
52482