while(i > bp->runesize) {
Bungetc(bp);
i--;
}What is the point of that loop? Thanks.
while(i > bp->runesize) {
Bungetc(bp);
i--;
}What is the point of that loop? Thanks.