mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-14 09:05:48 -04:00
- fixed serialisation issue
- fixed compilation issue in circle dialog git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7180 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e642e8ff51
commit
3bde69d61e
2 changed files with 3 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ uint32_t RsNxsSerialiser::sizeNxsSyncGrpItem(RsNxsSyncGrpItem *item)
|
||||||
s += 4; // publishTs
|
s += 4; // publishTs
|
||||||
s += 1; // flag
|
s += 1; // flag
|
||||||
s += item->grpId.serial_size();
|
s += item->grpId.serial_size();
|
||||||
s + item->authorId.serial_size();
|
s += item->authorId.serial_size();
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
#include <retroshare/rspeers.h>
|
#include <retroshare/rspeers.h>
|
||||||
#include <retroshare/rsidentity.h>
|
#include <retroshare/rsidentity.h>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#define CREATECIRCLEDIALOG_CIRCLEINFO 2
|
#define CREATECIRCLEDIALOG_CIRCLEINFO 2
|
||||||
#define CREATECIRCLEDIALOG_IDINFO 3
|
#define CREATECIRCLEDIALOG_IDINFO 3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue