From 5d67107c79287a78525d656a9cf9c238295fe225 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 31 Oct 2009 21:32:42 -0500 Subject: [PATCH] [master] Fix typo in pngconf.h --- pngconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pngconf.h b/pngconf.h index b1c0c29a..9b32641e 100644 --- a/pngconf.h +++ b/pngconf.h @@ -1,7 +1,7 @@ /* pngconf.h - machine configurable file for libpng * - * libpng version 1.2.41beta09 - October 30, 2009 + * libpng version 1.2.41beta09 - November 1, 2009 * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) @@ -872,7 +872,7 @@ #ifndef PNG_1_0_X /* Added at libpng-1.2.41 */ #ifndef PNG_USER_CHUNK_CACHE_MAX -# define PNG_USER_CHUNK_CACHE_MAX 0x7ffffffLL +# define PNG_USER_CHUNK_CACHE_MAX 0x7fffffffL #endif #endif