mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
curlx: replace sprintf with snprintf
To avoid using a deprecated function on Windows. Also: de-dupe `SNPRINTF` definition in curlx. Closes #19681
This commit is contained in:
parent
74bd3e2f98
commit
62683ad3f4
7 changed files with 48 additions and 37 deletions
|
|
@ -50,6 +50,7 @@ LIB_CURLX_HFILES = \
|
|||
curlx/inet_pton.h \
|
||||
curlx/multibyte.h \
|
||||
curlx/nonblock.h \
|
||||
curlx/snprintf.h \
|
||||
curlx/strerr.h \
|
||||
curlx/strparse.h \
|
||||
curlx/timediff.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue