On Thu, Aug 29, 2013 at 11:15 AM, matyapiro31 <matyapir...@gmail.com> wrote:
The patch could have a better subject =)

> +    unix_len=sizeof(unix_vars)/sizeof(unix_vars[0];
Missing the closing ) ? Will this compile?

> -    for ( i = 0; i < sizeof (special) / sizeof (WCHAR); i++ )
> +    for ( i = 0; i < 17; i++ )

I guess the compiler does this for you. And for the other cases too.

Also you should send only one patch per email.

Regards,
Bruno


Reply via email to