summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/upmendex/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/upmendex/main.c b/Build/source/texk/upmendex/main.c
index 1a46b6a04d3..5e505da9ae6 100644
--- a/Build/source/texk/upmendex/main.c
+++ b/Build/source/texk/upmendex/main.c
@@ -199,9 +199,6 @@ int main(int argc, char **argv)
}
}
-/* init hangul tumunja table */
- u_strcpy(tumunja,GANADA);
-
if (!indfile &&(idxcount-fsti>0)) {
indfile=xmalloc(strlen(idxfile[0]+6));
for (i=strlen(idxfile[0]);i>=0;i--) {
@@ -232,6 +229,8 @@ int main(int argc, char **argv)
logfile=xstrdup("stderr");
}
+/* init hangul tumunja table */
+ u_strcpy(tumunja,GANADA);
if (styfile!=NULL) styread(styfile);
set_icu_attributes();