Fix typo.

Refs #5855
This commit is contained in:
Michael Friedrich 2014-04-05 17:53:37 +02:00
parent 4966dfd241
commit b9415aad3d
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ bool Host::ResolveMacro(const String& macro, const CheckResult::Ptr&, String *re
vars = GetVars();
String value;
if (vars && vars->Contains(macro))
if (vars && vars->Contains(key))
value = vars->Get(key);
if (value.IsEmpty()) {