Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/libXrandr/dist/src fix merge-botch in previous



details:   https://anonhg.NetBSD.org/xsrc/rev/6832e53c0ef0
branches:  trunk
changeset: 7302:6832e53c0ef0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 06:08:05 2023 +0000

description:
fix merge-botch in previous

diffstat:

 external/mit/libXrandr/dist/src/XrrProvider.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c257c93d1a23 -r 6832e53c0ef0 external/mit/libXrandr/dist/src/XrrProvider.c
--- a/external/mit/libXrandr/dist/src/XrrProvider.c     Sun Jan 08 06:03:45 2023 +0000
+++ b/external/mit/libXrandr/dist/src/XrrProvider.c     Sun Jan 08 06:08:05 2023 +0000
@@ -129,7 +129,7 @@
        return NULL;
     }
 
-    if (rep.length > (INT_MAX >> 2)
+    if (rep.length > (INT_MAX >> 2))
     {
        _XEatDataWords (dpy, rep.length);
        UnlockDisplay (dpy);



Home | Main Index | Thread Index | Old Index