Skip to content

Instantly share code, notes, and snippets.

@saitoha
Last active December 30, 2015 18:59
Show Gist options
  • Select an option

  • Save saitoha/7871658 to your computer and use it in GitHub Desktop.

Select an option

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
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