diff options
| author | Jinguang Dong <dongjinguang@huawei.com> | 2018-12-21 15:36:24 +0800 |
|---|---|---|
| committer | mydongistiny <jaysonedson@gmail.com> | 2019-03-04 14:09:16 -0800 |
| commit | 30d1046f049df00866a4fc34b08c071da65ad66e (patch) | |
| tree | fb25862cd6a9e3a9e3e4f406e293f799cd8a38da /android/PhoneNumberUtilsTest.cpp | |
| parent | fe33cb760256fdf005c8d163acfdf9dc10c4e618 (diff) | |
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>
Diffstat (limited to 'android/PhoneNumberUtilsTest.cpp')
0 files changed, 0 insertions, 0 deletions
