Hi,
The Code Explorer Windows shows incorrect result in C/C++ to me. 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.

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

Odpovedet emailem