Merge remote-tracking branch 'origin/master' into eric_config_parser

This commit is contained in:
Eric LAZO
2022-08-17 19:46:02 +02:00
26 changed files with 628 additions and 133 deletions

View File

@@ -223,11 +223,6 @@ void Client::fill_script_path(std::string &path, size_t pos)
{
std::string tmp;
if (path[0] == '.')
{
path.erase(0, 1);
pos--;
}
_request.script.path = path.substr(0, pos);
_request.script.info = path.substr(pos);
}