Fix a bug due to the operator precedence of C.
The expression ```! pic_length(pic, spec) == 3``` is treated as ```(! pic_length(pic, spec)) == 3``` since ! has higher precedence than ==. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
parent
3aa3669723
commit
6a784897a4
Loading…
Reference in New Issue