]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Remove pointless special casing in align_str().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 28 Feb 2016 21:04:33 +0000 (22:04 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 13 Mar 2016 17:11:32 +0000 (18:11 +0100)
commitee3dfa7ab8a74124448649386e877775cd8625b6
tree7498c5275dbff936cbade940a20909dcd580a074
parent6aad8ed5fef24cdf2c65cbb193572cb10c2b2c1c
gui: Remove pointless special casing in align_str().

Regardless of whether str[0] is the null byte, passing str is correct
(and done for left and right alignment).
gui.c