]> git.pond.sub.org Git - empserver/commit
(command): Don't fold conditionals to lower case. This was added
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 22 May 2006 20:04:54 +0000 (20:04 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 22 May 2006 20:04:54 +0000 (20:04 +0000)
commitdf3786ac4022fb5d5369c482313d14c6a09ea228
tree02790f164a377742f44da4aa0fe44d956c354cc9
parent13cd9081dadfbae7bbfe63426d01d1df93bf9254
(command): Don't fold conditionals to lower case.  This was added
early in Chainsaw 3, most probably to make them case insensitive.
This is of debatable utility, and inconsistent with the case
sensitivity of commands and arguments.  It also interferes with string
conditionals: fleet#A is folded to fleet#a, which means something
else!
src/lib/player/player.c