Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 29, 2019
1 parent 48489d0 commit 3b65176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void flush()
private void write(char buf[], int len) {
for (char c : buf)
{
if (len-- > 0) {
if (len-- <= 0) {
return;
}
if (filter(c)) {
Expand Down

0 comments on commit 3b65176

Please sign in to comment.