/hg/release/icedtea7-forest-2.1/jdk: PR1303: Correct #ifdef to #if
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Mar 11 01:08:45 PDT 2013
changeset 0ad964f2ced1 in /hg/release/icedtea7-forest-2.1/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/jdk?cmd=changeset;node=0ad964f2ced1
author: andrew
date: Fri Mar 08 15:53:50 2013 +0000
PR1303: Correct #ifdef to #if
diffstat:
src/share/native/sun/awt/splashscreen/splashscreen_gif.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 44d9f9e05ca4 -r 0ad964f2ced1 src/share/native/sun/awt/splashscreen/splashscreen_gif.c
--- a/src/share/native/sun/awt/splashscreen/splashscreen_gif.c Thu Mar 07 16:06:01 2013 +0000
+++ b/src/share/native/sun/awt/splashscreen/splashscreen_gif.c Fri Mar 08 15:53:50 2013 +0000
@@ -316,7 +316,7 @@
int
SplashDecodeGifStream(Splash * splash, SplashStream * stream)
{
-#ifdef GIFLIB_MAJOR >= 5
+#if GIFLIB_MAJOR >= 5
int error = 0;
GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc, &error);
More information about the distro-pkg-dev
mailing list