summaryrefslogtreecommitdiff
path: root/png/pngerror.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-09-24 03:04:23 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-09-24 03:04:23 +0000
commit4e70f60070c65020e0c635eb36181a0ace6cfd5d (patch)
tree25c98456f148d3af6388e8f378075de6084cd794 /png/pngerror.c
parentfdd10af508c8f8f992a1100a70222e94fb8a491f (diff)
libpng 1.2.7
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3842 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'png/pngerror.c')
-rw-r--r--png/pngerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/png/pngerror.c b/png/pngerror.c
index 7cec07597..4ba395b09 100644
--- a/png/pngerror.c
+++ b/png/pngerror.c
@@ -1,7 +1,7 @@
/* pngerror.c - stub functions for i/o and memory allocation
*
- * libpng version 1.2.6 - August 15, 2004
+ * libpng version 1.2.7 - September 12, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -289,7 +289,7 @@ png_set_strip_error_numbers(png_structp png_ptr, png_uint_32 strip_mode)
if(png_ptr != NULL)
{
png_ptr->flags &=
- ((~(unsigned)(PNG_FLAG_STRIP_ERROR_NUMBERS|PNG_FLAG_STRIP_ERROR_TEXT))&strip_mode);
+ ((~(PNG_FLAG_STRIP_ERROR_NUMBERS|PNG_FLAG_STRIP_ERROR_TEXT))&strip_mode);
}
}
#endif