forked from lthn/blockchain
no comments! :)
This commit is contained in:
parent
0dec06b271
commit
da0c01a953
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ namespace plain_wallet
|
|||
strcpy(buffer, getenv("HOME"));
|
||||
return buffer;
|
||||
#elif ANDROID_BUILD
|
||||
return "/data/data/" ANDROID_PACKAGE_NAME
|
||||
return "/data/data/" ANDROID_PACKAGE_NAME;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue