Skip to content
Commit bbf5558f authored by Jinguang Dong's avatar Jinguang Dong Committed by Jordibgzashtita
Browse files

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: default avatarJizhong Wang <wangjizhong@huawei.com>
Signed-off-by: default avatarmydongistiny <jaysonedson@gmail.com>
parent 6c71dcd1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment