mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
clang again
This commit is contained in:
@@ -509,7 +509,7 @@ Config::loadFromString(std::string const& fileContents)
|
||||
|
||||
if (getSingleSection(secConfig, SECTION_DATAGRAM_MONITOR, strTemp, j_))
|
||||
{
|
||||
std::vector<std::string> vecTemp {strTemp};
|
||||
std::vector<std::string> vecTemp{strTemp};
|
||||
replaceColons(vecTemp);
|
||||
DATAGRAM_MONITOR = vecTemp[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user