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:
electron128 2015-05-02 07:57:59 +00:00
parent 735a27f8da
commit e663fa608c
2 changed files with 5 additions and 4 deletions

View file

@ -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);