Fix bad commit

(cherry picked from 81281cb298 commit)
This commit is contained in:
Alan Hourihane 2006-12-12 11:28:24 +00:00
parent f604d0b69a
commit 8049eeea99

View File

@ -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 */