Skip to content

Commit

Permalink
Co-authored-by: Xin Liao <liaoxinbit@126.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed Jul 25, 2024
1 parent ceead84 commit 73ec976
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ void EncloseCsvLineReaderContext::_on_pre_match_enclose(const uint8_t* start, si
if (_idx != _total_len) {
len = update_reading_bound(start);
} else {
_result = nullptr;
break;
}
} while (true);
Expand Down

0 comments on commit 73ec976

Please sign in to comment.