Merge branch 'master' of ssh://git.mrbesen.de:2222/MrBesen/libmrbesen

This commit is contained in:
mrbesen 2020-10-02 16:04:47 +02:00
commit bf6de10073
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 2 additions and 1 deletions

View File

@ -107,4 +107,5 @@ bool mrbesen::Util::insertStart(std::string& str, const std::string& start) {
str = start + str;
return true;
}
}