Skip to content

Commit

Permalink
#145 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Dec 10, 2018
1 parent 5f31317 commit 233d104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public synchronized void reset() throws IOException {

pos = 0;
bytesRead = 0;
localPos = 0;
localPos = LINE_LENGTH; // we are at the end of the local buffer, new one must be obtained
}

private void checkComma(final int comma) throws HexFileValidationException {
Expand Down

0 comments on commit 233d104

Please sign in to comment.