p=colormap;
for (i=0; i < (ssize_t) number_colormaps; i++)
for (x=0; x < (ssize_t) map_length; x++)
- {
+ {
*p++=(unsigned char) ScaleQuantumToChar(ScaleShortToQuantum(
ReadBlobLSBShort(image)));
if (EOFBlob(image) != MagickFalse)
ThrowRLEException(CorruptImageError,"UnexpectedEndOfFile");
- }
+ }
}
if ((flags & 0x08) != 0)
{
MAGICK_VERSION=7.0.6-1
-MAGICK_GIT_REVISION=20195:9caa8b0:20170611
+MAGICK_GIT_REVISION=20211:8ca3583:20170622
# Substitute library versioning
$as_echo "#define ZLIB_DELEGATE 1" >>confdefs.h
CFLAGS="$ZLIB_CFLAGS $CFLAGS"
+ LIBS="$ZLIB_LIBS $LIBS"
fi
if test "$have_zlib" = 'yes'; then
if test "$have_zlib" = 'yes'; then
AC_DEFINE(ZLIB_DELEGATE,1,Define if you have ZLIB library)
CFLAGS="$ZLIB_CFLAGS $CFLAGS"
+ LIBS="$ZLIB_LIBS $LIBS"
fi
AM_CONDITIONAL(ZLIB_DELEGATE, test "$have_zlib" = 'yes')