[v3 PATCH 2/2] msvcrt: Implement %e format for strftime

Vijay Kiran Kamuju infyquest at gmail.com
Thu Oct 3 08:05:02 CDT 2019


Hi Piotr,

I have sent in with the changes.
Also can you send me the example, so I can use it for further tests.

Thanks,
Vijay

On Thu, Oct 3, 2019 at 11:44 AM Piotr Caban <piotr.caban at gmail.com> wrote:
>
> Hi Vijay,
>
> On 10/2/19 10:11 PM, Vijay Kiran Kamuju wrote:
> > +            if(mstm->tm_mday > 0 && mstm->tm_mday < 10)
> > +                str[ret-2] = ' ';
> It's not working if alternate is set. I thought about something like:
> if (!alternate && str[ret-2] = '0')
>
> Thanks,
> Piotr



More information about the wine-devel mailing list