• J
    [libpng16] Changed png_memcpy to C assignment where appropriate. Changed all · fcd301da
    John Bowler 提交于
    those uses of png_memcpy that were doing a simple assignment to assignments
    (all those cases where the thing being copied is a non-array C L-value.)
    Added some error checking to png_set_*() routines and removed the
    reference to the non-exported function png_memcpy() from example.c. Fixed
    the Visual C 64-bit build - it requires jmp_buf to be aligned, but it had
    become misaligned.
    fcd301da
pngset.c 36.7 KB