mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
fs fixed. need another solution
This commit is contained in:
parent
46fafebade
commit
9d9793e1af
6
FS.cpp
6
FS.cpp
@ -54,9 +54,9 @@ namespace fs {
|
||||
dataDir = (home != NULL && strlen(home) > 0) ? home : "";
|
||||
dataDir += "/Library/Application Support/" + appName;
|
||||
return;
|
||||
#elif defined(ANDROID)
|
||||
dataDir = "/sdcard/" + appName; // TODO: might not work for some devices
|
||||
return;
|
||||
//#elif defined(ANDROID)
|
||||
// dataDir = "/sdcard/" + appName; // TODO: might not work for some devices //does throw & terminate on Android 6.0 (?) in i2p::fs::Init()+164
|
||||
// return;
|
||||
#else /* other unix */
|
||||
char *home = getenv("HOME");
|
||||
if (isService) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user