summary refs log tree commit diff
path: root/pkgs/servers/x11/xorg/libxkbfile-clang36.patch
blob: 65bf2ea7437e8254c81fd71179ed058f9bee3e99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libxkbfile-1.0.8/src/cout.c	2012-03-07 20:37:23.000000000 -0800
+++ libxkbfile-1.0.8/src/cout.c	2015-03-24 20:51:11.000000000 -0700
@@ -45,7 +45,7 @@
 {
 register int i,nOut;
 
-    if ((!xkb)||(!xkb->names)||(!xkb->names->vmods))
+    if ((!xkb)||(!xkb->names))
 	return False;
     for (i=nOut=0;i<XkbNumVirtualMods;i++) {
 	if (xkb->names->vmods[i]!=None) {