diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-12-12 11:28:24 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-12-12 11:28:55 +0000 |
commit | 8049eeea994ad88273b3e62199237f41b22b48df (patch) | |
tree | e786a683ecfd2b3a43cc61825fef9ab8c4bbe962 | |
parent | f604d0b69a61d3c4d9b7c815686f1947f23d1a5c (diff) |
Fix bad commit
(cherry picked from 81281cb298a5825bc7a2e692375a86199293bbbe commit)
-rw-r--r-- | hw/xwin/InitOutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 996498090..39a5eda7f 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -694,7 +694,7 @@ winFixupPaths (void) if (sizeof(xkbbasedir) > 0) xkbbasedir[sizeof(xkbbasedir)-1] = 0; XkbBaseDirectory = xkbbasedir; - XkbBinDirectory = xkbbasedir + XkbBinDirectory = basedir; } #endif /* XKB */ #endif /* RELOCATE_PROJECTROOT */ |