fix a mistake
This commit is contained in:
parent
cc989d171f
commit
1024cea2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ namespace diff{
|
|||
bool
|
||||
isNamed() const
|
||||
{
|
||||
return util::startsWith (idi.getSym(), "_CHILD_");
|
||||
return !util::startsWith (idi.getSym(), "_CHILD_");
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue