From fb423b03ae0f13a7=
6c1528a7afb1373319df5ef8 Mon Sep 17 00:00:00 2001
Date: Sun, 18 M=
ar 2018 10:25:51 +0900
Subject: [PATCH] Output zlib =
version error/warning to stderr
=3D"auto">---
=C2=A0pngcheck.c | 4 ++--
r=3D"auto">=C2=A01 file changed, 2 insertions(+), 2 deletions(-)
dir=3D"auto">
diff --git a/pngcheck.c b/pngcheck=
.c
index 7f07b77..6da7950 100644
to">--- a/pngcheck.c
+++ b/pngcheck.c
=3D"auto">-at--at- -670,13 +670,13 -at--at- int main(int argc, char *argv[])
dir=3D"auto">=C2=A0#ifdef USE_ZLIB
=C2=A0 =C2=A0 =C2=
=A0/* make sure we're using the zlib version we were compiled to use */=
=C2=A0 =C2=A0 =C2=A0if (zlib_version[0] !=3D ZLIB_V=
ERSION[0]) {
-=C2=A0 =C2=A0 =C2=A0 printf("zlib=
error:=C2=A0 incompatible version (expected %s,"
o">+=C2=A0 =C2=A0 =C2=A0 fprintf(stderr, "zlib error:=C2=A0 incompatib=
le version (expected %s,"
=C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0" using %s):=C2=A0 skipping zlib check\n\n", ZLIB_VE=
RSION, zlib_version);
=C2=A0 =C2=A0 =C2=A0 =C2=A0che=
ck_zlib =3D 0;
=C2=A0 =C2=A0 =C2=A0 =C2=A0if (verbos=
e > 1)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0verbose =
=3D 1;
=C2=A0 =C2=A0 =C2=A0} else if (strcmp(zlib_ve=
rsion, ZLIB_VERSION) !=3D 0) {
-=C2=A0 =C2=A0 =C2=A0=
printf("zlib warning:=C2=A0 different version (expected %s,"v>
+=C2=A0 =C2=A0 =C2=A0 fprintf(stderr, "zlib warnin=
g:=C2=A0 different version (expected %s,"
=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0" using %s)\n\n", ZLIB_VERSION, zl=
ib_version);
=C2=A0 =C2=A0 =C2=A0}
auto">=C2=A0#endif /* USE_ZLIB */
--000000000000ad270505b6040a73--
--===============4877176386204645056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============4877176386204645056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
png-mng-implement mailing list
png-mng-implement-at-lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
--===============4877176386204645056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Hangout mailing list
Hangout-at-nylxs.com
http://lists.mrbrklyn.com/mailman/listinfo/hangout
--===============4877176386204645056==--
--===============4877176386204645056==
Content-Type: multipart/alternative; boundary="000000000000ad270505b6040a73"
--000000000000ad270505b6040a73
Content-Type: text/plain; charset="UTF-8"
>From fb423b03ae0f13a76c1528a7afb1373319df5ef8 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati
Date: Sun, 18 Mar 2018 10:25:51 +0900
Subject: [PATCH] Output zlib version error/warning to stderr
---
pngcheck.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pngcheck.c b/pngcheck.c
index 7f07b77..6da7950 100644
--- a/pngcheck.c
+++ b/pngcheck.c
-at--at- -670,13 +670,13 -at--at- int main(int argc, char *argv[])
#ifdef USE_ZLIB
/* make sure we're using the zlib version we were compiled to use */
if (zlib_version[0] != ZLIB_VERSION[0]) {
- printf("zlib error: incompatible version (expected %s,"
+ fprintf(stderr, "zlib error: incompatible version (expected %s,"
" using %s): skipping zlib check\n\n", ZLIB_VERSION,
zlib_version);
check_zlib = 0;
if (verbose > 1)
verbose = 1;
} else if (strcmp(zlib_version, ZLIB_VERSION) != 0) {
- printf("zlib warning: different version (expected %s,"
+ fprintf(stderr, "zlib warning: different version (expected %s,"
" using %s)\n\n", ZLIB_VERSION, zlib_version);
}
#endif /* USE_ZLIB */
--000000000000ad270505b6040a73
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
From fb423b03ae0f13a7=
6c1528a7afb1373319df5ef8 Mon Sep 17 00:00:00 2001
Date: Sun, 18 M=
ar 2018 10:25:51 +0900
Subject: [PATCH] Output zlib =
version error/warning to stderr
=3D"auto">---
=C2=A0pngcheck.c | 4 ++--
r=3D"auto">=C2=A01 file changed, 2 insertions(+), 2 deletions(-)
dir=3D"auto">
diff --git a/pngcheck.c b/pngcheck=
.c
index 7f07b77..6da7950 100644
to">--- a/pngcheck.c
+++ b/pngcheck.c
=3D"auto">-at--at- -670,13 +670,13 -at--at- int main(int argc, char *argv[])
dir=3D"auto">=C2=A0#ifdef USE_ZLIB
=C2=A0 =C2=A0 =C2=
=A0/* make sure we're using the zlib version we were compiled to use */=
=C2=A0 =C2=A0 =C2=A0if (zlib_version[0] !=3D ZLIB_V=
ERSION[0]) {
-=C2=A0 =C2=A0 =C2=A0 printf("zlib=
error:=C2=A0 incompatible version (expected %s,"
o">+=C2=A0 =C2=A0 =C2=A0 fprintf(stderr, "zlib error:=C2=A0 incompatib=
le version (expected %s,"
=C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0" using %s):=C2=A0 skipping zlib check\n\n", ZLIB_VE=
RSION, zlib_version);
=C2=A0 =C2=A0 =C2=A0 =C2=A0che=
ck_zlib =3D 0;
=C2=A0 =C2=A0 =C2=A0 =C2=A0if (verbos=
e > 1)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0verbose =
=3D 1;
=C2=A0 =C2=A0 =C2=A0} else if (strcmp(zlib_ve=
rsion, ZLIB_VERSION) !=3D 0) {
-=C2=A0 =C2=A0 =C2=A0=
printf("zlib warning:=C2=A0 different version (expected %s,"v>
+=C2=A0 =C2=A0 =C2=A0 fprintf(stderr, "zlib warnin=
g:=C2=A0 different version (expected %s,"
=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0" using %s)\n\n", ZLIB_VERSION, zl=
ib_version);
=C2=A0 =C2=A0 =C2=A0}
auto">=C2=A0#endif /* USE_ZLIB */
--000000000000ad270505b6040a73--
--===============4877176386204645056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============4877176386204645056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
png-mng-implement mailing list
png-mng-implement-at-lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
--===============4877176386204645056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Hangout mailing list
Hangout-at-nylxs.com
http://lists.mrbrklyn.com/mailman/listinfo/hangout
--===============4877176386204645056==--