On Thu, 20 Dec 2001, Speed Blue wrote:
> I have fix the bug #120311.
> Here is the patch :
This is certianly not correct.
I suspect the right patch is more like
if (CmdL.DispatchArg(CmdsA,false) == false && _error->PendingError() == false)
{
- MMap *Map;
+ MMap *Map = 0;
Jason