]> git.armaanb.net Git - st.git/commit
Fixed STR sequence termination condition
authornoname <noname@inventati.org>
Sun, 5 Apr 2015 23:58:10 +0000 (23:58 +0000)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 6 Apr 2015 08:52:47 +0000 (10:52 +0200)
commit69d1fe06a97619e80872aaae2c4c97ced0540b67
treecb86b33a54b1ea01b071010e0016b8b1b56b741f
parent288f80cb06b442ef0f55ea62bbceb3260338bf7a
Fixed STR sequence termination condition

ascii code may only be checked for characters that have length equal to
1, not width equal to 1
st.c