CPP: Fix for consistency.

This commit is contained in:
Geoffrey White
2018-10-05 13:41:08 +01:00
parent 94ff2e5693
commit 605db444a6

View File

@@ -203,7 +203,7 @@ class Syslog extends FormattingFunction {
this instanceof TopLevelFunction and (
hasGlobalName("syslog")
) and
not hasDefinition()
not exists(getDefinition().getFile().getRelativePath())
}
override int getFormatParameterIndex() { result=1 }