]> gitweb.ps.run Git - ps-cgit/commitdiff
Convert cgit_print_error to a variadic function
authorJohn Keeping <john@keeping.me.uk>
Sat, 6 Apr 2013 10:23:52 +0000 (11:23 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Apr 2013 14:11:29 +0000 (16:11 +0200)
This removes many uses of "fmt" which uses a fixed size static pool of
fixed size buffers.  Instead of relying on these, we now pass around
argument lists for as long as possible before using a strbuf to render
content of an arbitrary size.

Signed-off-by: John Keeping <john@keeping.me.uk>

No differences found