On Tuesday 20 April 2010 06:22:02 pm Milan Crha wrote:
>       Hi,
> I used this code for my case (I moved it to evolution-mapi itself then):
I'm about to merge this, but I have one question.
 
> +     case PT_MV_BINARY:
> +             {
> +                     uint32_t        i;
> +                     uint32_t        size = 0;
> +
> +                     mapi_sprop->value.MVbin.cValues = 
> sprop->value.MVbin.cValues;
> +                     size += 4;
> +
> +                     mapi_sprop->value.MVbin.bin = 
> talloc_array(global_mapi_ctx-
>mem_ctx, struct Binary_r, mapi_sprop->value.MVbin.cValues); 
Why struct Binary_r here? This is producing a compiler warning for me. I'm 
planning to use struct SBinary_short, which is probably functionally 
equivalent.

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

Reply via email to