ash: use fdprintf, not dprintf.

*: trailing whitespace removed
This commit is contained in:
Denis Vlasenko
2007-10-17 11:08:53 +00:00
parent 31acd1ba0a
commit 0de37e10ed
3 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ remove_iacs(struct tsession *ts, int *pnum_totty)
}
}
num_totty = totty - ptr0;
num_totty = totty - ptr0;
*pnum_totty = num_totty;
/* the difference between ptr and totty is number of iacs
we removed from the stream. Adjust buf1 accordingly. */