1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

another win32 cross compile fix

This commit is contained in:
Jeff Becker 2018-08-03 09:37:54 +10:00
parent a99fa8f6cf
commit 9dc88fb64b

View file

@ -116,7 +116,7 @@ struct llarp_nodedb
std::string skiplistDir;
skiplistDir += hexString[hexString.length() - 1];
fs::path filepath = nodePath / skiplistDir / hexString;
return filepath;
return filepath.string();
}
bool