crimson:
--------------------------------------------------------------------------------
Hi, 
I still can see the Code Explorer Windows shows incorrect result in C/C++. See
below code piece for instance.

/** 
test 
**/ 
VOID 
FuncA ( 
  IN AAA *aaa 
) 
{ 
  if (AAAA) { 
    BBBB; 
  } 
  FuncB ( 
    CCCC 
  );

  if (DDDD) { 
    EEEE; 
  } 
  FuncB ( 
    CCCC 
  );

  if (FFFF) { 
    GGGG; 
  } 
  FuncB ( 
    CCC 
  ); 
}

The result in Code Explorer Windows is: 
FuncA ( 
FuncB ( 
FuncB ( 
FuncB (

The expectation should be only FuncA (

Please help to check this. Let me know if you need more information.
--------------------------------------------------------------------------------


I hope it is fixed. Check next build

-- 
<http://forum.pspad.com/read.php?6,68629,68778>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem