summaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-lib/files/patch-ac
blob: a5d7d6c8f5503c76401d08fa0fea601a94d4ef8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./Wnn/jserver/readfile.c.org	Thu Sep 24 15:35:47 1992
+++ ./Wnn/jserver/readfile.c	Fri Feb 28 01:13:46 1997
@@ -423,6 +423,7 @@
 
     jt2 = (struct JT *)malloc(sizeof(struct JT));
     *jt2 = *jt1;
+    jt2->node = 0;
 
     if(alloc_dict(jt2) == -1){
 	free(jt2);