mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Fix bad commit
This commit is contained in:
parent
792e0f71c6
commit
81281cb298
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue