[PATCH 2/5] msvcrt: Use correct __lc_time_data fields in strftime functions.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/msvcrt.h | 2 + dlls/msvcrt/time.c | 164 +++++++++++++++++++++++++++++-------------- 2 files changed, 115 insertions(+), 51 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=60479 Your paranoid android. === debian10 (32 bit report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80 === debian10 (32 bit Chinese:China report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80 === debian10 (32 bit WoW report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80 === debian10 (64 bit WoW report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80
participants (2)
-
Marvin -
Piotr Caban