29 Aug
2013
29 Aug
'13
2:30 p.m.
On Thu, Aug 29, 2013 at 11:15 AM, matyapiro31 <matyapiro31(a)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