]> git.pond.sub.org Git - empserver/commit
client: Signal interrupt instead of EOF on batch file error
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 29 Dec 2015 17:05:56 +0000 (18:05 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 09:22:29 +0000 (11:22 +0200)
commitb6d0f4e3db2406cca6e6237907c8b5d7fa58adfe
tree83e9ffe4806eda2642b472764c9c1dac251c3330
parentcf7d52fc108c1b1456d5ea3bb7e8cd0ddbb2955f
client: Signal interrupt instead of EOF on batch file error

The server doesn't currently care for the difference, but interrupt is
more accurate than EOF.  The change also enables the next commit.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/client/misc.h
src/client/play.c
src/client/servcmd.c