]> git.pond.sub.org Git - empserver/commit
Fix 'm' in path argument of explore, move, transport
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 11 Feb 2012 08:51:46 +0000 (09:51 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 21 Feb 2012 17:11:23 +0000 (18:11 +0100)
commit330f8ca567bcb12b852a19709ae1b6d82819ad46
treefdf10b5e17790f691b5de71595b5fef235a3bb2e
parent9f3e9f833acc89ad358749bae7cb91b9d58658b3
Fix 'm' in path argument of explore, move, transport

Two related bugs:

* It moans about deprecated argument syntax ('m' without a space
  before its argument) even when there's no argument.

* It uses the third instead of second argument for map flags (second
  argument is ignored): "m# s" doesn't show ships, and "m# s p" shows
  planes instead of ships.

Broken in commit 28d48474, v4.3.27.
src/lib/subs/move.c