Merge branch 'main' into curl
This commit is contained in:
@@ -19,7 +19,7 @@ static fs::path resolve_path(const std::string& path) {
|
||||
|
||||
static fs::path resolve_path_soft(const std::string& path) {
|
||||
if (path.find(':') == std::string::npos) {
|
||||
return path;
|
||||
return fs::u8path("");
|
||||
}
|
||||
return engine->getPaths()->resolve(path, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user