diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-07 21:26:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-07 21:26:51 +0000 |
commit | 7f1871aed138dfe22ac879749bb40220da3f8da4 (patch) | |
tree | be79670f2ad72c493d218b060634ced21af6ea2f /plugins/AdvaImg/src/LibPNG/pngrio.c | |
parent | 364d4e43e8a8755ba16778f0df7bf8208b1ecae6 (diff) |
libpng updated to 1.6.17 release
git-svn-id: http://svn.miranda-ng.org/main/trunk@12663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/pngrio.c')
-rw-r--r-- | plugins/AdvaImg/src/LibPNG/pngrio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/pngrio.c b/plugins/AdvaImg/src/LibPNG/pngrio.c index 9667004c86..0ab97e88a8 100644 --- a/plugins/AdvaImg/src/LibPNG/pngrio.c +++ b/plugins/AdvaImg/src/LibPNG/pngrio.c @@ -1,8 +1,8 @@ /* pngrio.c - functions for data input
*
- * Last changed in libpng 1.6.15 [November 20, 2014]
- * Copyright (c) 1998-2014 Glenn Randers-Pehrson
+ * Last changed in libpng 1.6.17 [March 26, 2015]
+ * Copyright (c) 1998-2015 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.)
*
@@ -26,7 +26,7 @@ * reads from a file pointer. Note that this routine sometimes gets called
* with very small lengths, so you should implement some kind of simple
* buffering if you are using unbuffered reads. This should never be asked
- * to read more then 64K on a 16 bit machine.
+ * to read more than 64K on a 16 bit machine.
*/
void /* PRIVATE */
png_read_data(png_structrp png_ptr, png_bytep data, png_size_t length)
|