diff options
author | Michele Calgaro <[email protected]> | 2025-01-29 18:05:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-30 19:06:16 +0900 |
commit | c5cda03125a6d34c179d968011083bceb87976bd (patch) | |
tree | 33c2ba873b23cf503ed3c3aa1c52d3fac1006245 /src/3rdparty/libpng | |
parent | d517cda6bdb0160be39a96712d4cf6036b920be3 (diff) | |
download | tqt3-master.tar.gz tqt3-master.zip |
This relates to issue #162.
The new code is partially taken from Qt4 but with some local rework.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/3rdparty/libpng')
-rw-r--r-- | src/3rdparty/libpng/CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libpng/CHANGES b/src/3rdparty/libpng/CHANGES index d151a41c7..eea6916ee 100644 --- a/src/3rdparty/libpng/CHANGES +++ b/src/3rdparty/libpng/CHANGES @@ -828,7 +828,7 @@ version 1.0.8 [July 24, 2000] version 1.0.9beta1 [November 10, 2000] Fixed typo in scripts/makefile.hpux Updated makevms.com in scripts and contrib/* and contrib/* (Martin Zinser) - Fixed seqence-point bug in contrib/pngminus/png2pnm (Martin Zinser) + Fixed sequence-point bug in contrib/pngminus/png2pnm (Martin Zinser) Changed "cdrom.com" in documentation to "libpng.org" Revised pnggccrd.c to get it all working, and updated makefile.gcmmx (Greg). Changed type of "params" from voidp to png_voidp in png_read|write_png(). |