summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-04-03 11:28:43 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-04-03 11:28:43 +0000
commit58c77c8db1bfdc739fac7b100fb813028d0449c7 (patch)
treed6d59ad042ac3aab591955221090f9e78c7eed4e /compat.c
parent02d32f8dbc79116d33ef428d5b064009cdd6a06e (diff)
downloadxorg-app-xkbcomp-58c77c8db1bfdc739fac7b100fb813028d0449c7.tar.gz
Bug #4851: Fix up have-no-file test.
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index 6a7cfb1..97e91af 100644
--- a/compat.c
+++ b/compat.c
@@ -246,7 +246,7 @@ unsigned merge;
merge= newGC->merge;
gc= &info->groupCompat[group];
- if ((newGC->fileID<1)||
+ if ((newGC->fileID<0)||
((gc->real_mods==newGC->real_mods)&&(gc->vmods==newGC->vmods))) {
return True;
}