Module: wine Branch: master Commit: 996070283c88d14b9967399d1fe511196adcfab3 URL: https://gitlab.winehq.org/wine/wine/-/commit/996070283c88d14b9967399d1fe5111...
Author: Brendan Shanks bshanks@codeweavers.com Date: Mon Apr 1 13:29:40 2024 -0700
win32u: Replace sprintf with snprintf to avoid deprecation warnings on macOS.
---
dlls/win32u/defwnd.c | 8 ++-- dlls/win32u/font.c | 10 ++--- dlls/win32u/freetype.c | 4 +- dlls/win32u/input.c | 4 +- dlls/win32u/menu.c | 27 ++++++------ dlls/win32u/spy.c | 6 +-- dlls/win32u/sysparams.c | 106 +++++++++++++++++++++++------------------------ dlls/win32u/winstation.c | 2 +- 8 files changed, 84 insertions(+), 83 deletions(-)