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

Piotr Caban piotr.caban at gmail.com
Thu Oct 3 04:43:18 CDT 2019


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