| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Fri, 14 Apr 2006 09:48:44 -0700 (PDT) |
:...
:> + while (pos < 57)
:> pos += xprintf(" ");
:> + xprintf(" ");
:
: ^^^^^^^^^^^^^
:This |||||||||||||
:should be pos += xprintf(" ");
:for correctness...
:
:Sorry,
:
:Francis.
Committed!
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>