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