~ubuntu-branches/ubuntu/vivid/juman/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/030_imi_max.diff

  • Committer: Bazaar Package Importer
  • Author(s): TSUCHIYA Masatoshi
  • Date: 2004-04-03 23:47:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040403234716-nu2j80szn1tu9fi7
Tags: 4.0-7
* debian/rules: Improve documents.
* Removed the init script to start Juman server. (closes: #240680, #233553)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- juman-4.0/lib/juman.h~      2002-11-19 18:23:05.000000000 +0900
 
2
+++ juman-4.0/lib/juman.h       2003-12-12 00:30:13.000000000 +0900
 
3
@@ -109,7 +109,7 @@
 
4
 #define        NAME_MAX_       1024            /* maximum of various names */
 
5
 #define        MIDASI_MAX      129             /* maximum length of MIDASI */
 
6
 #define        YOMI_MAX        129             /* maximum length of YOMI   */
 
7
-#define        IMI_MAX         129             /* maximum length of IMI    */
 
8
+#define        IMI_MAX         1024            /* maximum length of IMI    */
 
9
 
 
10
 
 
11
 #define                ENV_JUMANPATH   "JUMANPATH"