From da0c01a953d8c2a2f026cf01d74abb9b73d6113e Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 18 Feb 2020 09:14:56 +0100 Subject: [PATCH] no comments! :) --- src/wallet/plain_wallet_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index ab095828..059f4952 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -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 }