[project @ 2003-07-23 05:56:23 by unknown_lamer]
authorunknown_lamer <unknown>
Wed, 23 Jul 2003 05:56:23 +0000 (05:56 +0000)
committerunknown_lamer <unknown>
Wed, 23 Jul 2003 05:56:23 +0000 (05:56 +0000)
commit7b1339a2a79807298fa180714862633572178519
tree149c584ad145f56af628e39e01e039a606295483
parente171dcce70ed3538130a7d9dabce71675a058798
[project @ 2003-07-23 05:56:23 by unknown_lamer]

* source/Parser.C (parseMessage): use the find method of std::map
to find the command to call instead of [] and then extract the
pointer to the userFunction from that if it exists. This appears
to fix the crash when one uses an undefined command followed by
any defined command.
source/Parser.C