下面代码pCurItem->body 在一个头文件已经定义是 u8类型,但是在如下假如不显示的进行强制转化的话,会出来以下图片错误
- if((u8)pCurItem->body % 5 == 0 && pCurItem->body <= 55 && pCurItem->body >= 0)
- sscanf(pCurItem->body, "%d", &schedinfo.startminute);
- else
- cluio_show_note_msg_with_continue(pSession,"invalidate minute,its range in 0-55 and divided exactly by 5");
原因是为什么呢?
阅读(1079) | 评论(0) | 转发(0) |