[BACK]Return to patch-ab CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / imlib / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/imlib/patches/patch-ab between version 1.7 and 1.8

version 1.7, 2011/01/23 16:16:39 version 1.8, 2013/08/15 16:26:36
Line 86  Others: ???
Line 86  Others: ???
      {       {
         TIFFClose(tif);          TIFFClose(tif);
         return NULL;          return NULL;
   @@ -443,7 +454,7 @@ _LoadGIF(ImlibData * id, FILE *f, int *w
      fd = fileno(f);
      /* Apparently rewind(f) isn't sufficient */
      lseek(fd, (long) 0, 0);
   -  gif = DGifOpenFileHandle(fd);
   +  gif = DGifOpenFileHandle(fd, NULL);
   
      if (!gif)
        return NULL;
 @@ -463,7 +474,7 @@ _LoadGIF(ImlibData * id, FILE *f, int *w  @@ -463,7 +474,7 @@ _LoadGIF(ImlibData * id, FILE *f, int *w
             }              }
           *w = gif->Image.Width;            *w = gif->Image.Width;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>