]> git.tuebingen.mpg.de Git - paraslash.git/commit
interactive: kill i9ep->line_handler_running.
authorAndre Noll <maan@systemlinux.org>
Mon, 9 Apr 2012 04:10:50 +0000 (06:10 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:27 +0000 (20:28 +0100)
commitb654beb95ef600a3b1bed5b5a5e079bb17d02c8a
treea64e26da21e50edcad0fd74383ee4e5be50cd596
parent77b607597e2a1d78401e448e40f1e03d83748210
interactive: kill i9ep->line_handler_running.

What we are interested in is not if the line handler is currently
running but if there exists a buffer tree node for the stdout task. So
check this condition instead and remove the unnecessary variable.
interactive.c