<3 Windows (prefer fs::path::string() over native())

pull/1312/head
Stephen Shelton 4 years ago
parent 1e95625f27
commit e38a507551
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -26,7 +26,7 @@ namespace llarp
std::string fileString;
if (file.has_value())
{
fileString = file->native();
fileString = file->string();
LogInfo("Loading PeerDb from file ", fileString);
}
else

Loading…
Cancel
Save