mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-14 07:03:29 +01:00
Merge pull request #329
204759f
mnemonics: fix duplicate symbol error (Wladimir J. van der Laan)
This commit is contained in:
commit
2cd4d7dd20
@ -52,7 +52,7 @@ namespace Language
|
|||||||
* \param count How many characters to return.
|
* \param count How many characters to return.
|
||||||
* \return A string consisting of the first count characters in s.
|
* \return A string consisting of the first count characters in s.
|
||||||
*/
|
*/
|
||||||
std::string utf8prefix(const std::string &s, size_t count)
|
inline std::string utf8prefix(const std::string &s, size_t count)
|
||||||
{
|
{
|
||||||
std::string prefix = "";
|
std::string prefix = "";
|
||||||
const char *ptr = s.c_str();
|
const char *ptr = s.c_str();
|
||||||
|
Loading…
Reference in New Issue
Block a user