All Field: All field cane fail to analyze input data (rare cases), closes #743.

This commit is contained in:
kimchy 2011-03-03 02:59:27 +02:00
parent 68c1dd771c
commit 78c6f951a3
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ public class AllEntries extends Reader {
current = it.next();
} else {
current = null;
if (read == 0) {
return -1;
}
return read;
}
cbuf[off++] = ' ';