From f298db9762de820c2de5dafaf551e3a4b4c3d152 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 31 Oct 2009 21:32:08 -0500 Subject: [PATCH] [devel] Fix typo in pngconf.h --- pngconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pngconf.h b/pngconf.h index 1a1131a8d..73e421a0f 100644 --- a/pngconf.h +++ b/pngconf.h @@ -1,7 +1,7 @@ /* pngconf.h - machine configurable file for libpng * - * libpng version 1.4.0beta89 - October 30, 2009 + * libpng version 1.4.0beta89 - November 1, 2009 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) @@ -692,7 +692,7 @@ /* Added at libpng-1.4.0 */ #ifndef PNG_USER_CHUNK_CACHE_MAX -# define PNG_USER_CHUNK_CACHE_MAX 0x7ffffffLL +# define PNG_USER_CHUNK_CACHE_MAX 0x7fffffffL #endif /* Added at libpng-1.4.0 */