mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-03 13:58:23 -04:00
parent
bd37b9b62f
commit
a8a955ff9c
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ String MacroProcessor::InternalResolveMacros(const String& str, const std::vecto
|
|||
}
|
||||
|
||||
result.Replace(pos_first, pos_second - pos_first + 1, resolved_macro);
|
||||
offset = pos_first + resolved_macro.GetLength();
|
||||
offset = pos_first + resolved_macro.GetLength() + 1;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Reference in a new issue