]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-log.c: Several simplifications
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 22 Nov 2013 12:30:58 +0000 (13:30 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 8 Jan 2014 13:59:38 +0000 (14:59 +0100)
* Use argv_array_pushf() for inserting formatted strings.
* Remove unneeded static strings.
* Replace "if" by "else if" for readability and speed.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

No differences found