Imported from libpng-1.2.13beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-10-02 13:35:48 -05:00
parent e3358d1839
commit 0ff85c6923
45 changed files with 159 additions and 208 deletions

View File

@@ -1224,7 +1224,7 @@ png_set_asm_flags (png_structp png_ptr, png_uint_32 asm_flags)
}
/* we're replacing the settable bits with those passed in by the user,
* so first zero them out of the master copy, then logical-OR in the
* so first zero them out of the master copy, then bitwise-OR in the
* allowed subset that was requested */
png_ptr->asm_flags &= ~settable_asm_flags; /* zero them */