android: Fix parameter checking logic error in tokenize
Tokenize requires 4 to 6 arguments. If this condition is not met, the program will return. But the judgment logic is always false. It should to change the '||' to '&&' operation. Bug: none Test: sqlite unit tests Change-Id: Id4238ee2ac0b8f3fde1eedaa09d5340b5937fde1 Signed-off-by: Jizhong Wang <wangjizhong@huawei.com> Signed-off-by: mydongistiny <jaysonedson@gmail.com>
Loading
Please register or sign in to comment