mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- src/ami.c~ Wed Feb 14 14:03:31 2001
|
|
+++ src/ami.c Thu Feb 15 22:31:54 2001
|
|
@@ -350,7 +350,7 @@
|
|
close(orig); close(out);
|
|
}
|
|
}
|
|
- setenv("LANG", "ko_KR.eucKR", 1);
|
|
+ /*setenv("LANG", "ko_KR.eucKR", 1);*/
|
|
|
|
locale = gtk_set_locale();
|
|
if (!strcmp(locale, "C")) {
|