]> git.pond.sub.org Git - empserver/commit
Replace trade_check_item_ok() by check_obj_ok()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 1 Jul 2012 10:13:36 +0000 (12:13 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 13 Jul 2012 18:15:33 +0000 (20:15 +0200)
commitf75544ee70eccb9d9b369a5d6d803e453f32d8a2
tree2b8ef92c64f5b8f85c180c6325d9154b994d1722
parent29f6d10a34c272443fa91cbd64a603b6aa450f66
Replace trade_check_item_ok() by check_obj_ok()

Relaxes the sanity check of the argument's ef_type.  Could be avoided,
but not worth the bother.
include/trade.h
src/lib/commands/set.c
src/lib/subs/trdsub.c