Last active
December 30, 2015 18:59
-
-
Save saitoha/7871658 to your computer and use it in GitHub Desktop.
mlterm: mkf_map_ucs4_to_iscii hangs when libind is disabled on OSX 10.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r 3886b45f93c8 mlterm/ml_vt100_parser.c | |
| --- a/mlterm/ml_vt100_parser.c Sat Dec 07 21:31:57 2013 +0900 | |
| +++ b/mlterm/ml_vt100_parser.c Mon Dec 09 21:33:14 2013 +0900 | |
| @@ -5734,7 +5734,7 @@ | |
| ch.property = 0 ; | |
| } | |
| #endif | |
| - #if ! defined(NO_DYNAMIC_LOAD_CTL) || defined(USE_IND) | |
| + #if defined(USE_IND) | |
| else | |
| { | |
| mkf_char_t non_ucs ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment