comparison Wnn/jserver/do_henkan.c @ 1:790205f476c0

applied wnn_dec12.diff
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:47:24 +0900
parents bbc77ca4def5
children
comparison
equal deleted inserted replaced
0:bbc77ca4def5 1:790205f476c0
205 int hindo; 205 int hindo;
206 put4_cur (sho_list->jentptr->jishono); /*jisho No */ 206 put4_cur (sho_list->jentptr->jishono); /*jisho No */
207 put4_cur (sho_list->jentptr->serial + sho_list->t_jc); 207 put4_cur (sho_list->jentptr->serial + sho_list->t_jc);
208 /* entry + t_jc */ 208 /* entry + t_jc */
209 /* Internally, we use "kasou-hindo" 209 /* Internally, we use "kasou-hindo"
210 * so return kasou-hindo as hindo-value"*/ 210 * so return kasou-hindo as hindo-value */
211 hindo = *(sho_list->jentptr->hindo + sho_list->t_jc) & 0x7F; 211 hindo = *(sho_list->jentptr->hindo + sho_list->t_jc) & 0x7F;
212 if (sho_list->jentptr->hindo_in) 212 if (sho_list->jentptr->hindo_in)
213 { 213 {
214 hindo += *(sho_list->jentptr->hindo_in + sho_list->t_jc) & 0x7F; 214 hindo += *(sho_list->jentptr->hindo_in + sho_list->t_jc) & 0x7F;
215 /* BUG */ 215 /* BUG */