--- openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2012-06-08 15:09:13.000000000 +0200 +++ openjdk-magellan/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2012-08-25 16:57:21.899981001 +0200 @@ -316,7 +316,9 @@ int SplashDecodeGifStream(Splash * splash, SplashStream * stream) { - GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc); + int Error; + + GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc, &Error); if (!gif) return 0;