Skip to content

Commit 04af489

Browse files
committed
fix only has string and delimiter
1 parent 0324ff2 commit 04af489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JavaCSV-Reloaded/src/com/csvreader/CsvReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ public boolean readRecord() throws IOException {
693693

694694
hasReadNextLine = false;
695695

696-
int delimiterLen = 1;
696+
int delimiterLen = -1;
697697
int recordDelimiterLen = 1;
698698

699699
// check to see if we've already found the end of data

0 commit comments

Comments
 (0)