JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Removed redundant check in draw code.
authorAlexander Sedov <alex0player@gmail.com>
Tue, 23 Apr 2013 22:34:59 +0000 (02:34 +0400)
committerChristoph Lohmann <20h@r-36.net>
Wed, 24 Apr 2013 19:27:56 +0000 (21:27 +0200)
commit011c0f9e5bb87838afa90f2a33ba68920681e3ce
tree71d927ea107c2d5e1baf25d524d7fbc5d4c97735
parent048c54fd5b275ac54d7819020485b77e99fcc469
Removed redundant check in draw code.

We're now clearing empty areas with spaces, so there is no point to check
if character contains non-empty string.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
st.c