From 84016027621fcaed7da7e04e01403163686c8647 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 19 Aug 2009 21:33:45 +0000 Subject: *** empty log message *** --- src/libpng/pngread.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/libpng/pngread.c') diff --git a/src/libpng/pngread.c b/src/libpng/pngread.c index 370ecba..a4cbb3e 100644 --- a/src/libpng/pngread.c +++ b/src/libpng/pngread.c @@ -2,11 +2,14 @@ /* pngread.c - read a PNG file * * Last changed in libpng 1.2.37 [June 4, 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) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * + * This code is released under the libpng license. + * For conditions of distribution and use, see the disclaimer + * and license in png.h + * * This file contains routines that an application calls directly to * read a PNG file or stream. */ @@ -102,7 +105,7 @@ png_create_read_struct_2(png_const_charp user_png_ver, png_voidp error_ptr, } else png_ptr->flags |= PNG_FLAG_LIBRARY_MISMATCH; - + if (png_ptr->flags & PNG_FLAG_LIBRARY_MISMATCH) { -- cgit v1.2.3