Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/libX11/dist merge libX11 1.6.12.



details:   https://anonhg.NetBSD.org/xsrc/rev/3b76b6a317bb
branches:  trunk
changeset: 10551:3b76b6a317bb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 30 04:53:28 2020 +0000

description:
merge libX11 1.6.12.

diffstat:

 external/mit/libX11/dist/man/XCreateGC.man           |  2 +-
 external/mit/libX11/dist/modules/im/ximcp/imRmAttr.c |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 21439b7637cb -r 3b76b6a317bb external/mit/libX11/dist/man/XCreateGC.man
--- a/external/mit/libX11/dist/man/XCreateGC.man        Sun Aug 30 04:52:40 2020 +0000
+++ b/external/mit/libX11/dist/man/XCreateGC.man        Sun Aug 30 04:53:28 2020 +0000
@@ -178,7 +178,7 @@
 .BR GCSubwindowMode ,
 .BR GCGraphicsExposures ,
 .BR GCClipXOrigin ,
-.BR GCCLipYOrigin ,
+.BR GCClipYOrigin ,
 .BR GCDashOffset ,
 or
 .BR GCArcMode )
diff -r 21439b7637cb -r 3b76b6a317bb external/mit/libX11/dist/modules/im/ximcp/imRmAttr.c
--- a/external/mit/libX11/dist/modules/im/ximcp/imRmAttr.c      Sun Aug 30 04:52:40 2020 +0000
+++ b/external/mit/libX11/dist/modules/im/ximcp/imRmAttr.c      Sun Aug 30 04:53:28 2020 +0000
@@ -1407,7 +1407,7 @@
     *names_len = 0;
     while (total > min_len) {
        len = attr[2];
-       if (len >= (total - min_len)) {
+       if (len > (total - min_len)) {
            return 0;
        }
        *names_len += (len + 1);



Home | Main Index | Thread Index | Old Index