fbida/fbida-2.10-libgif-5.0.6.patch

16 lines
476 B
Diff

--- fbida-2.10/rd/read-gif.c.orig 2015-05-07 22:39:40.067646355 +0200
+++ fbida-2.10/rd/read-gif.c 2015-05-07 22:44:03.552467326 +0200
@@ -12,11 +12,11 @@
{
fprintf(stderr, "GIF library error: %s\n", GifErrorString(err));
}
+#define DGifCloseFile(x,e) DGifCloseFile(x)
#else
#define GIF5DATA(x)
#define PrintGifError(e) PrintGifError()
#define DGifOpenFileHandle(x,e) DGifOpenFileHandle(x)
-#define DGifCloseFile(x,e) DGifCloseFile(x)
#endif
struct gif_state {