]> granicus.if.org Git - cgit/commit
Remove redundant calls to fmt("%s", ...)
authorJohn Keeping <john@keeping.me.uk>
Sat, 6 Apr 2013 09:49:22 +0000 (10:49 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Apr 2013 14:11:29 +0000 (16:11 +0200)
commit42d5476f258e7909682f1b611da00d64507d45c6
tree38d67ace7e30cbb2aacc1f000df348654601539e
parented5bd30ebe6921dd22948a3f33a314283f043606
Remove redundant calls to fmt("%s", ...)

After this change there is one remaining call 'fmt("%s", delim)' in
ui-shared.c but is needed as delim is stack allocated and so cannot be
returned from the function.

Signed-off-by: John Keeping <john@keeping.me.uk>
scan-tree.c
ui-plain.c