Revision: 6838
Author: deton.kih
Date: Wed Dec 22 16:54:55 2010
Log: * uim/look.c (uim_look_look_internal):
  - Increase buf size for long SKK-JISYO.L line.

http://code.google.com/p/uim/source/detail?r=6838

Modified:
 /trunk/uim/look.c

=======================================
--- /trunk/uim/look.c   Sun Apr 11 05:19:09 2010
+++ /trunk/uim/look.c   Wed Dec 22 16:54:55 2010
@@ -52,7 +52,7 @@
 {
   uim_lisp ret_ = uim_scm_null();
   int words = args->words;
-  char buf[1024];
+  char buf[4096];
   size_t len = strlen(args->dict_str);

   while (uim_look_get(args->dict_str, buf, sizeof(buf), args->ctx) != 0) {

Reply via email to