All Field: All field cane fail to analyze input data (rare cases), closes #743.
This commit is contained in:
parent
68c1dd771c
commit
78c6f951a3
|
@ -160,6 +160,9 @@ public class AllEntries extends Reader {
|
||||||
current = it.next();
|
current = it.next();
|
||||||
} else {
|
} else {
|
||||||
current = null;
|
current = null;
|
||||||
|
if (read == 0) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
return read;
|
return read;
|
||||||
}
|
}
|
||||||
cbuf[off++] = ' ';
|
cbuf[off++] = ' ';
|
||||||
|
|
Loading…
Reference in New Issue