1
0
Fork 0
forked from lthn/blockchain

no comments! :)

This commit is contained in:
cryptozoidberg 2020-02-18 09:14:56 +01:00
parent 0dec06b271
commit da0c01a953
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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
}