mirror of
https://abf.rosa.ru/djam/java-1.8.0-openjdk.git
synced 2025-04-19 15:04:15 +00:00
11 lines
504 B
Diff
11 lines
504 B
Diff
--- jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c.orig 2014-05-13 18:05:41.415221692 +0100
|
|
+++ jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-05-13 18:05:52.969222160 +0100
|
|
@@ -318,7 +318,7 @@
|
|
int
|
|
SplashDecodeGifStream(Splash * splash, SplashStream * stream)
|
|
{
|
|
- GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc);
|
|
+ GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc, NULL);
|
|
|
|
if (!gif)
|
|
return 0;
|