mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
bd37b9b62f
commit
a8a955ff9c
@ -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…
x
Reference in New Issue
Block a user