Fix bad commit

This commit is contained in:
Alan Hourihane 2006-12-12 11:28:24 +00:00
parent 792e0f71c6
commit 81281cb298

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