summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-09-07 21:07:33 +0000
committerMatt Wilson <msw@redhat.com>2000-09-07 21:07:33 +0000
commitcf970b91b6d4536a748e736fd4b565e334bdae51 (patch)
tree0f950b451d1fadd25d698fa964f19eccf50aaeec /loader/loader.c
parentc2ea7707c64f9f330708d17ae46abfab1b376dcf (diff)
downloadanaconda-cf970b91b6d4536a748e736fd4b565e334bdae51.tar.gz
anaconda-cf970b91b6d4536a748e736fd4b565e334bdae51.tar.xz
anaconda-cf970b91b6d4536a748e736fd4b565e334bdae51.zip
set the module path to NULL on init, other japanese tweaks
Diffstat (limited to 'loader/loader.c')
-rw-r--r--loader/loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 04a6fca1f..6c5acd0e0 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2456,6 +2456,7 @@ int main(int argc, char ** argv) {
}
#ifdef INCLUDE_KON
+ startNewt(flags);
if (continuing)
setLanguage ("ja", flags);
#endif