comparison Wnn/etc/bdic.c @ 3:ed4bb01eb317

- suppress warnings. - partially fixed comparison between pointer and 0.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 19:53:14 +0900
parents bbc77ca4def5
children a7ccf412ba02
comparison
equal deleted inserted replaced
2:b605a0e60f5b 3:ed4bb01eb317
1202 || get_int (&jt1->maxkanji, ifpter) == -1 1202 || get_int (&jt1->maxkanji, ifpter) == -1
1203 || get_int (&jt1->maxtable, ifpter) == -1 1203 || get_int (&jt1->maxtable, ifpter) == -1
1204 || get_int (&jt1->maxhontai, ifpter) == -1 1204 || get_int (&jt1->maxhontai, ifpter) == -1
1205 || get_int (&jt1->gosuu, ifpter) == -1 1205 || get_int (&jt1->gosuu, ifpter) == -1
1206 || get_nstring (ifpter, WNN_PASSWD_LEN, jt1->hpasswd) == -1 1206 || get_nstring (ifpter, WNN_PASSWD_LEN, jt1->hpasswd) == -1
1207 || get_int (&jt1->total, ifpter) == -1 1207 || get_int ((int *)&jt1->total, ifpter) == -1
1208 || get_int (&jt1->maxri1[D_YOMI], ifpter) == -1 1208 || get_int (&jt1->maxri1[D_YOMI], ifpter) == -1
1209 || get_int (&jt1->maxri1[D_KANJI], ifpter) == -1 1209 || get_int (&jt1->maxri1[D_KANJI], ifpter) == -1
1210 || get_int (&jt1->maxri2, ifpter) == -1 1210 || get_int (&jt1->maxri2, ifpter) == -1
1211 || get_null (ifpter, 56) == -1) 1211 || get_null (ifpter, 56) == -1)
1212 return (-1); 1212 return (-1);