Re: Patch: VarWeekdayName

2007-08-02 Thread James Hawkins
On 8/2/07, Jiří Paleček <[EMAIL PROTECTED]> wrote: > On Fri, 03 Aug 2007 01:43:05 +0200, James Hawkins <[EMAIL PROTECTED]> > wrote: > > > On 8/2/07, Jiří Paleček <[EMAIL PROTECTED]> wrote: > >> On Thu, 02 Aug 2007 16:06:44 +0200, Juan Lang <[EMAIL PROTECTED]> > >> wrote: > >> > >> >> Thank you. Hop

Re: Patch: VarWeekdayName

2007-08-02 Thread Jiří Paleček
On Fri, 03 Aug 2007 01:43:05 +0200, James Hawkins <[EMAIL PROTECTED]> wrote: On 8/2/07, Jiří Paleček <[EMAIL PROTECTED]> wrote: On Thu, 02 Aug 2007 16:06:44 +0200, Juan Lang <[EMAIL PROTECTED]> wrote: >> Thank you. Hope it will be better this time. Also, I'll send a test >> if this is OK.

Re: Patch: VarWeekdayName

2007-08-02 Thread James Hawkins
On 8/2/07, Jiří Paleček <[EMAIL PROTECTED]> wrote: > On Thu, 02 Aug 2007 16:06:44 +0200, Juan Lang <[EMAIL PROTECTED]> wrote: > > >> Thank you. Hope it will be better this time. Also, I'll send a test > >> if this is OK. > > > > This one looks pretty good to me, but I have one error and a few nits

Re: Patch: VarWeekdayName

2007-08-02 Thread Jiří Paleček
On Thu, 02 Aug 2007 16:06:44 +0200, Juan Lang <[EMAIL PROTECTED]> wrote: Thank you. Hope it will be better this time. Also, I'll send a test if this is OK. This one looks pretty good to me, but I have one error and a few nits to correct: The error: + { +ERR("GetLocaleInfo of 0x%x failed

Re: Patch: VarWeekdayName

2007-08-02 Thread Juan Lang
> Thank you. Hope it will be better this time. Also, I'll send a test > if this is OK. This one looks pretty good to me, but I have one error and a few nits to correct: The error: + { +ERR("GetLocaleInfo of 0x%x failed in 2nd stage?!\n", localeValue); +SysFreeString(*pbstrOut); You shou

Re: Patch: VarWeekdayName

2007-08-01 Thread Jiří Paleček
On Tue, 31 Jul 2007 17:38:18 +0200, Juan Lang <[EMAIL PROTECTED]> 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

Re: Patch: VarWeekdayName

2007-07-31 Thread Juan Lang
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. --

Patch: VarWeekdayName

2007-07-31 Thread Jiří Paleček
Hello, I want to ask, is anything wrong with this patch? http://www.winehq.org/pipermail/wine-patches/2007-July/041434.html I'm asking because I have other patches, but don't know if it is worthwhile to send them. Regards Jiri Palecek