View | Details | Raw Unified | Return to bug 197184
Collapse All | Expand All

(-)files/patch-src__cout.c (+11 lines)
Line 0 Link Here
1
--- src/cout.c.orig	2012-03-08 08:37:23.000000000 +0400
2
+++ src/cout.c	2015-01-29 20:52:48.000000000 +0300
3
@@ -45,7 +45,7 @@
4
 {
5
 register int i,nOut;
6
 
7
-    if ((!xkb)||(!xkb->names)||(!xkb->names->vmods))
8
+    if ((!xkb)||(!xkb->names))
9
 	return False;
10
     for (i=nOut=0;i<XkbNumVirtualMods;i++) {
11
 	if (xkb->names->vmods[i]!=None) {

Return to bug 197184