print_wrapped_text: fix output for negative indent
commit62273826fe977d4c1fa445edf9d0e4ab02274fa2
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 2 Mar 2007 14:28:00 +0000 (2 15:28 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Mar 2007 23:14:48 +0000 (2 15:14 -0800)
tree3f4c4e307bd7e3dbb6b9401d89bfbde0990c03e7
parent3d84df43e134d01cb790ddd47a14963ecd110152
print_wrapped_text: fix output for negative indent

When providing a negative indent, it means that -indent columns were
already printed. Fix a bug where the function ate the first character
if already the first word did not fit into the first line.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
utf8.c