[PATCH] include: Fix sprintf_s declaration.
4 Feb
4 Feb
7:09 p.m.
Hi Daniel, On 2/4/21 6:41 PM, Daniel Lehman wrote:
-static inline int WINAPIV sprintf_s(char *buffer, size_t size, size_t count, const char *format, ...) +static inline int WINAPIV sprintf_s(char *buffer, size_t size, const char *format, ...) Please pass the size to the __stdio_common_vsprintf_s call (instead of -1).
Could you please also fix vsprintf_s definition? Thanks, Piotr
1773
Age (days ago)
1773
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Lehman -
Piotr Caban