Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104772 Details for
Bug 159166
media-libs/libmikmod-3.1.11 - Double driver registering fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libmikmod-3.1.11-doubleRegister.patch
libmikmod-3.1.11-doubleRegister.patch (text/plain), 489 bytes, created by
Tupone Alfredo
on 2006-12-26 15:25:02 UTC
(
hide
)
Description:
libmikmod-3.1.11-doubleRegister.patch
Filename:
MIME Type:
Creator:
Tupone Alfredo
Created:
2006-12-26 15:25:02 UTC
Size:
489 bytes
patch
obsolete
>--- playercode/mdriver.c.old 2006-12-27 00:05:37.000000000 +0100 >+++ playercode/mdriver.c 2006-12-27 00:05:55.000000000 +0100 >@@ -202,7 +202,13 @@ > /* don't register a MISSING() driver */ > if ((drv->Name) && (drv->Version)) { > if (cruise) { >- while (cruise->next) cruise = cruise->next; >+ if ( cruise == drv ) >+ return; >+ while(cruise->next) { >+ cruise = cruise->next; >+ if ( cruise == drv ) >+ return; >+ } > cruise->next = drv; > } else > firstdriver = drv;
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 159166
: 104772