Imported from libpng-1.4.0beta12.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-10-19 09:37:56 -05:00
parent beb572e616
commit ebd7f9a371
45 changed files with 136 additions and 116 deletions

View File

@@ -1214,7 +1214,7 @@ png_set_asm_flags (png_structp png_ptr, png_uint_32 asm_flags)
#endif
/* 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 */