mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +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
|
|
@ -54,6 +54,7 @@ CURLX_HFILES = \
|
|||
../lib/curlx/fopen.h \
|
||||
../lib/curlx/multibyte.h \
|
||||
../lib/curlx/nonblock.h \
|
||||
../lib/curlx/snprintf.h \
|
||||
../lib/curlx/strerr.h \
|
||||
../lib/curlx/strparse.h \
|
||||
../lib/curlx/timediff.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue