]> git.sur5r.net Git - i3/i3/commit
Bugfix: Properly terminate lines not ending with a newline (Thanks xeen)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 7 Apr 2012 17:15:41 +0000 (19:15 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 7 Apr 2012 17:15:41 +0000 (19:15 +0200)
commit24ac6e32aa6eda21ea756add9b7d6d8466f5c76b
tree7d6750cca0dafb7e2f0c8243788f1573b7d4d031
parent250577da367fd163e9c1760b5902c26ec2b79ca8
Bugfix: Properly terminate lines not ending with a newline (Thanks xeen)

Previously, we didn’t check for a newline and thus could be corrupting
formerly valid UTF-8 input, such as
    echo -n '↓'

Fixes: #671
i3bar/src/child.c