On Thu, Jan 31, 2013 at 07:49:44PM +0900, YAMAMOTO Takashi wrote:
> From: YAMAMOTO Takashi <[email protected]>
>
> where it can't be EOF, cast a value to unsigned char before passing it
> to ctype functions to avoid unintended sign extension.
>
> Signed-off-by: YAMAMOTO Takashi <[email protected]>
Thanks, these look good except that we usually put a space following the
")" in a cast, see CodingStyle:
...
Exception 2: Put a space between the () used in a cast and the
expression whose type is cast: (void *) 0.
...
Will you please make that change and resubmit?
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev