]> git.pond.sub.org Git - empserver/commit
(termio): Fix crash bug: when input line starts with '?', `s' was used
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Dec 2004 08:53:23 +0000 (08:53 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Dec 2004 08:53:23 +0000 (08:53 +0000)
commite56ffad8be242a71e316c5f85ec0c0093d5b7108
tree7fe1437fe5ceb301016770411685266c09b6b457
parent8f74995e99a672006076bada0d78dfc81e718511
(termio): Fix crash bug: when input line starts with '?', `s' was used
uninitialized.

(buf, exec, termio): Make buf[] and exec[] local to termio().
src/client/tags.c
src/client/tags.h
src/client/termio.c