Module Name: xsrc
Committed By: mrg
Date: Sun Jan 8 06:08:06 UTC 2023
Modified Files:
xsrc/external/mit/libXrandr/dist/src: XrrProvider.c
Log Message:
fix merge-botch in previous
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 xsrc/external/mit/libXrandr/dist/src/XrrProvider.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/libXrandr/dist/src/XrrProvider.c
diff -u xsrc/external/mit/libXrandr/dist/src/XrrProvider.c:1.10 xsrc/external/mit/libXrandr/dist/src/XrrProvider.c:1.11
--- xsrc/external/mit/libXrandr/dist/src/XrrProvider.c:1.10 Sun Jan 8 06:03:45 2023
+++ xsrc/external/mit/libXrandr/dist/src/XrrProvider.c Sun Jan 8 06:08:05 2023
@@ -129,7 +129,7 @@ XRRGetProviderInfo(Display *dpy, XRRScre
return NULL;
}
- if (rep.length > (INT_MAX >> 2)
+ if (rep.length > (INT_MAX >> 2))
{
_XEatDataWords (dpy, rep.length);
UnlockDisplay (dpy);