This commit is contained in:
Aleksander Nowakowski 2018-12-10 13:09:09 +01:00
parent 5f31317d8b
commit 233d104b54
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ public class HexInputStream extends FilterInputStream {
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 {