Speck, Michael wrote:
> Hi.
> 
> There is a datatype warning/error by VC6 compiler in file
> packet_memcache.c at line 540 where the variable "value_len" is used in
> a call to function dissect_value(...). This function expects a guint8,
> but value_len is of type guint32.
> 
> The attached patch changes this parameter in function definition to
> guint32. AFAICS, this change shouldn't be a problem within the function
> and makes VC6 compiler happy. 
> 
> 

Commited in SVN #27620.

Thanks

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to