mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 01:01:37 -06:00
Adapt to changes in Ghoul that made absPath return a std::filesystem::path instead of a std::string
This commit is contained in:
@@ -89,7 +89,7 @@ std::string HttpSynchronization::directory() {
|
||||
std::string d = fmt::format(
|
||||
"{}/http/{}/{}", _synchronizationRoot, _identifier, _version
|
||||
);
|
||||
return absPath(d);
|
||||
return absPath(d).string();
|
||||
}
|
||||
|
||||
void HttpSynchronization::start() {
|
||||
|
||||
Reference in New Issue
Block a user