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();
|
||||
} else {
|
||||
current = null;
|
||||
if (read == 0) {
|
||||
return -1;
|
||||
}
|
||||
return read;
|
||||
}
|
||||
cbuf[off++] = ' ';
|
||||
|
|
Loading…
Reference in New Issue