[PATCH] ntdll: Fix memchr implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50228 Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/string.c | 2 +- dlls/ntdll/string.c | 2 +- dlls/ntdll/tests/string.c | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 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=83142 Your paranoid android. === debiant (build log) === error: patch failed: dlls/msvcrt/string.c:2621 error: patch failed: dlls/ntdll/string.c:72 error: patch failed: dlls/ntdll/tests/string.c:65 Task: Patch failed to apply === debiant (build log) === error: patch failed: dlls/msvcrt/string.c:2621 error: patch failed: dlls/ntdll/string.c:72 error: patch failed: dlls/ntdll/tests/string.c:65 Task: Patch failed to apply
participants (2)
-
Marvin -
Piotr Caban