utf8.c: remove strbuf_write()
commit68ad5e1e9c10e8a640703aadbdf8b8366014373b
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 19 Feb 2010 22:16:45 +0000 (19 23:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Feb 2010 17:19:35 +0000 (20 09:19 -0800)
treed139339b006dbba92abff29f68c86a79673a3b69
parent3c0ff44a1ee92bd0f811b95d747a08763983566b
utf8.c: remove strbuf_write()

The patch before the previous one made sure that all callers of
strbuf_add_wrapped_text() supply a strbuf.  Replace all calls of
strbuf_write() with regular strbuf functions and remove it.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
utf8.c