]> git.pond.sub.org Git - empserver/commit
Fail commands properly when they get aborted
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 19 Jul 2008 14:00:23 +0000 (10:00 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 21 Jul 2008 12:13:40 +0000 (08:13 -0400)
commitbe41e70fa8b0f71dfad06f8b525792924c76f2b5
tree66376a15a7d6c7f7fd5d8098b3062a161d2b1aae
parenta7cf69af502a9e158aadd84ab31783d139b63041
Fail commands properly when they get aborted

The old code didn't return RET_SYN when aborting at the following
prompts:

* designate second argument

* morale second argument

* route second argument

* set third argument

* tend fourth argument

* zdone last argument
src/lib/commands/desi.c
src/lib/commands/mora.c
src/lib/commands/rout.c
src/lib/commands/set.c
src/lib/commands/tend.c
src/lib/commands/zdon.c