more bugfixes

This commit is contained in:
Joel Dice
2007-08-14 07:27:10 -06:00
parent 587dbeb163
commit 71c7013808
6 changed files with 27 additions and 10 deletions

View File

@ -16,6 +16,7 @@ public class StringReader extends Reader {
}
}
in.getChars(position, length, b, offset);
position += length;
return length;
}