Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 457642
Collapse All | Expand All

(-)src/tracker-extract/tracker-extract-gif.c~ (+4 lines)
Lines 617-623 Link Here
617
		return FALSE;
617
		return FALSE;
618
	}	
618
	}	
619
619
620
#ifdef GIFLIB_MAJOR >= 5
621
	if ((gifFile = DGifOpenFileHandle (fd, NULL)) == NULL) {
622
#else
620
	if ((gifFile = DGifOpenFileHandle (fd)) == NULL) {
623
	if ((gifFile = DGifOpenFileHandle (fd)) == NULL) {
624
#endif
621
		PrintGifError ();
625
		PrintGifError ();
622
		close (fd);
626
		close (fd);
623
		return FALSE;
627
		return FALSE;

Return to bug 457642