From 0dec06b271648734de793283d6dc24dc1cea3902 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 18 Feb 2020 09:08:53 +0100 Subject: [PATCH] fixed compilation issue with literal --- 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 8bcf2ff0..ab095828 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 }