blob: 2ca7032bb16dd24860da8accebb1a0d9eccd91a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -rupN a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp
--- a/libbase/GnashImageGif.cpp 2012-01-19 19:17:48.000000000 +0000
+++ b/libbase/GnashImageGif.cpp 2013-07-30 09:08:37.707930583 +0000
@@ -269,7 +269,7 @@ GifInput::processRecord(GifRecordType re
void
GifInput::read()
{
- _gif = DGifOpen(_inStream.get(), &readData);
+ _gif = DGifOpen(_inStream.get(), &readData, NULL);
GifRecordType record;
|