]> git.pond.sub.org Git - empserver/commit
Simplify breaking of command loop
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 15 Jul 2008 02:30:28 +0000 (22:30 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 15 Jul 2008 10:33:45 +0000 (06:33 -0400)
commit80b57b2f955f30bbe739500240139c35fb167f44
tree1fe38cead2d5f1f570fe526c2ef4da2204be39d4
parent3c3912420bc1dd7dbdef4edb13ba9fef43f5d51a
Simplify breaking of command loop

Change status() to check player->eof instead of io_error() and
io_eof().  Ignore value of command().
(cherry picked from commit 9c5854c8c93979c1744c97c90df672070e080a99)
src/lib/player/player.c