mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
allow 30 unicode symbols for identity name, instead of 30 bytes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8205 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
735a27f8da
commit
e663fa608c
2 changed files with 5 additions and 4 deletions
|
@ -59,6 +59,7 @@ extern RsIdentity *rsIdentity;
|
|||
|
||||
#define RSRECOGN_MAX_TAGINFO 5
|
||||
|
||||
// Unicode symbols. NOT utf-8 bytes, because of multi byte characters
|
||||
#define RSID_MAXIMUM_NICKNAME_SIZE 30
|
||||
|
||||
std::string rsIdTypeToString(uint32_t idtype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue