sumom****@users*****
sumom****@users*****
2012年 7月 19日 (木) 09:58:52 JST
Index: julius4/libsent/src/voca/voca_malloc.c diff -u julius4/libsent/src/voca/voca_malloc.c:1.5 julius4/libsent/src/voca/voca_malloc.c:1.6 --- julius4/libsent/src/voca/voca_malloc.c:1.5 Wed Jul 18 18:42:38 2012 +++ julius4/libsent/src/voca/voca_malloc.c Thu Jul 19 09:58:52 2012 @@ -12,7 +12,7 @@ * @author Akinobu LEE * @date Fri Feb 18 21:33:29 2005 * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * */ /* @@ -40,14 +40,14 @@ new->mroot = NULL; new->work = NULL; - winfo->wname = NULL; - winfo->woutput = NULL; - winfo->wlen = NULL; - winfo->wton = NULL; + new->wname = NULL; + new->woutput = NULL; + new->wlen = NULL; + new->wton = NULL; #ifdef CLASS_NGRAM - winfo->cprob = NULL; + new->cprob = NULL; #endif - winfo->is_transparent = NULL; + new->is_transparent = NULL; return(new); }