Revision: 6853
Author: ek.kato
Date: Mon Dec 27 21:42:58 2010
Log: * Merge r6838 from trunk.

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

Modified:
 /branches/1.6
 /branches/1.6/uim/look.c

=======================================
--- /branches/1.6/uim/look.c    Sun Apr 11 05:19:09 2010
+++ /branches/1.6/uim/look.c    Mon Dec 27 21:42:58 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