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

(-)src/modules/loaders/loader_gif.c~ (+4 lines)
Lines 36-42 Link Here
36
#endif
36
#endif
37
   if (fd < 0)
37
   if (fd < 0)
38
      return 0;
38
      return 0;
39
#ifdef GIFLIB_MAJOR >= 5
40
   gif = DGifOpenFileHandle(fd, NULL);
41
#else
39
   gif = DGifOpenFileHandle(fd);
42
   gif = DGifOpenFileHandle(fd);
43
#endif
40
   if (!gif)
44
   if (!gif)
41
     {
45
     {
42
        close(fd);
46
        close(fd);

Return to bug 457634