Hi Chris,

I have noticed two little issues.

First, in :
void BuildField(Data &data, size_t &size, uint8_t type, uint32_t value)
I read :
uint32_t store = htobs(value);
inside of :
uint32_t store = htobl(value);


Second, SetRecordByIndex replaces some fields even if I haven't set a
new values. So I can lose some informations.
Sample, in calendar we have to set the CalendarID field (new field see
my git) otherwise, the event is moved in default calendar :(

Read my patch and most of my comment in GIT, I think that you understand
the issue.


http://repo.or.cz/w/barry/progweb.git/commit/52ce8b7ef592cd36bf37b3485e3881aa4b03e7b2


Regards,

Nicolas



------------------------------------------------------------------------------

_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to