Skip to content

Commit 1dae28a

Browse files
committed
Update basic_csv_parser.cpp
1 parent 0fdb27c commit 1dae28a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/internal/basic_csv_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ namespace csv {
166166
this->data_pos_++;
167167

168168
// End of record -> Write non-empty record
169-
if (this->field_length > 0 || !this->current_row.empty()) {
169+
if (this->field_length_ > 0 || !this->current_row_.empty()) {
170170
this->push_field();
171171
this->push_row();
172172
}

0 commit comments

Comments
 (0)