1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

correct separator for android

This commit is contained in:
orignal 2016-10-31 18:10:33 -04:00
parent b526718846
commit 3d4e2a275c

2
FS.cpp
View File

@ -70,7 +70,7 @@ namespace fs {
if (!ext) ext = "/sdcard";
if (boost::filesystem::exists(ext))
{
dataDir = ext + appName;
dataDir = std::string (ext) + "/" + appName;
return;
}
// otherwise use /data/files