Module: wine Branch: master Commit: a5f17fac3ee7827d5e8e6878c622084e9ad776e0 URL: https://gitlab.winehq.org/wine/wine/-/commit/a5f17fac3ee7827d5e8e6878c622084... Author: Brendan Shanks <bshanks(a)codeweavers.com> Date: Thu Nov 2 14:40:47 2023 -0700 ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS. --- dlls/ntdll/unix/cdrom.c | 2 +- dlls/ntdll/unix/debug.c | 6 +++--- dlls/ntdll/unix/env.c | 14 +++++++------- dlls/ntdll/unix/file.c | 2 +- dlls/ntdll/unix/loader.c | 4 ++-- dlls/ntdll/unix/process.c | 2 +- dlls/ntdll/unix/registry.c | 6 +++--- dlls/ntdll/unix/serial.c | 2 +- dlls/ntdll/unix/sync.c | 2 +- dlls/ntdll/unix/system.c | 26 +++++++++++++------------- dlls/ntdll/unix/tape.c | 2 +- dlls/ntdll/unix/thread.c | 6 +++--- 12 files changed, 37 insertions(+), 37 deletions(-)