On Tue, 31 Jul 2007 17:38:18 +0200, Juan Lang juan.lang@gmail.com wrote:
Hi Jiri,
I want to ask, is anything wrong with this patch?
Your indenting is haphazard. Please match the indenting in the rest of the file, which in this case is no tabs, 2-space indenting. Also, curly braces go on a new line, so e.g.:
- if (!size) {
should be
- if (!size)
- {
instead.
Thank you. Hope it will be better this time. Also, I'll send a test if this is OK.
Changelog Implement the VarWeekdayName function in oleaut32.dll (fixes 5884)
Regards Jiri Palecek