Aug. 29, 2013
9:30 a.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
4637
Age (days ago)
4637
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bruno Jesus