fixed chat bug that was truncating some messages, due to using a uint16_t to store a local size. Totally backward compatible. This fix might also affect blog messages.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2880 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-05-09 20:06:19 +00:00
parent c87844277a
commit 23a0b60e59
3 changed files with 5 additions and 6 deletions

View file

@ -56,7 +56,6 @@
/*****
* #define CHAT_DEBUG 1
*****/
#define CHAT_DEBUG 1
/** Default constructor */
PopupChatDialog::PopupChatDialog(std::string id, std::string name,