Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338930 Details for
Bug 457642
app-misc/tracker-0.14.4 with media-libs/giflib-5 - add NULL as second argument to DGifOpenFileHandle
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add correct API call for giflib 5
tracker-0.14.4-giflib5.patch (text/plain), 416 bytes, created by
Andrew John Hughes
on 2013-02-15 02:51:08 UTC
(
hide
)
Description:
Add correct API call for giflib 5
Filename:
MIME Type:
Creator:
Andrew John Hughes
Created:
2013-02-15 02:51:08 UTC
Size:
416 bytes
patch
obsolete
>--- src/tracker-extract/tracker-extract-gif.c~ 2012-02-15 15:19:19.000000000 +0000 >+++ src/tracker-extract/tracker-extract-gif.c 2013-02-15 02:33:00.584100863 +0000 >@@ -617,7 +617,11 @@ > return FALSE; > } > >+#ifdef GIFLIB_MAJOR >= 5 >+ if ((gifFile = DGifOpenFileHandle (fd, NULL)) == NULL) { >+#else > if ((gifFile = DGifOpenFileHandle (fd)) == NULL) { >+#endif > PrintGifError (); > close (fd); > return FALSE;
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 457642
: 338930