summaryrefslogtreecommitdiffstats
path: root/loader2/lang.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-16 20:42:45 +0000
committerMatt Wilson <msw@redhat.com>2002-12-16 20:42:45 +0000
commitb23198893463a137a9ec039377eb35dece703196 (patch)
tree5701d09ac51c02da2b6e5f7891c374425b2e53a9 /loader2/lang.c
parent875b4157dfffecf163c06247bf33a70136b85fe2 (diff)
downloadanaconda-b23198893463a137a9ec039377eb35dece703196.tar.gz
anaconda-b23198893463a137a9ec039377eb35dece703196.tar.xz
anaconda-b23198893463a137a9ec039377eb35dece703196.zip
require new version of bogl that does not do atexit() stuff, enable bogl
Diffstat (limited to 'loader2/lang.c')
-rw-r--r--loader2/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/lang.c b/loader2/lang.c
index b9708a472..44b7df48c 100644
--- a/loader2/lang.c
+++ b/loader2/lang.c
@@ -299,7 +299,7 @@ int chooseLanguage(char ** lang, int flags) {
/* load the language only if it is displayable */
/* disable until working */
- if (!strcmp(languages[choice].font, "bterm") && (1 || startBterm(flags))) {
+ if (!strcmp(languages[choice].font, "bterm") && startBterm(flags)) {
newtWinMessage("Language Unavailable", "OK",
"%s display is unavailable in text mode. The "
"installation will continue in English until the "