Hi,
while doing other cleanup I found a note in the evolution-mapi code:
/* FIXME: bug in LibMAPI - does not handle PT_DOUBLE in set_SPropValue()
*/
//              set_SPropValue_proptag(&props[i++],
proptag_array->aulPropTag[PidLidPercentComplete], (gconstpointer ) &d);
                props[i].ulPropTag = 
proptag_array->aulPropTag[PidLidPercentComplete];
                props[i].dwAlignPad = 0x0;
                memcpy (&(props[i].value.dbl), &d, sizeof(double));

Please add a fix for that (and others?).
        Thanks in advance,
        Milan

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to