mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 10:32:47 +00:00
Monotone-Parent: 401881ecc26daa2ed137a36540462655a8e4504c
Monotone-Revision: c19f9b62fb1cd88301e4921d8d23bb5b5169fb45 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-12T03:45:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
NSCalendarDate *dateValue;
|
||||
int32_t longDate;
|
||||
|
||||
translatedRes = talloc (NULL, struct mapi_SPropertyRestriction);
|
||||
translatedRes = talloc (memCtx, struct mapi_SPropertyRestriction);
|
||||
translatedRes->ulPropTag = (res->ulPropTag & 0xffff0000) | PT_LONG;
|
||||
translatedRes->relop = res->relop;
|
||||
dateValue = NSObjectFromMAPISPropValue (&res->lpProp);
|
||||
|
||||
Reference in New Issue
Block a user