mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
more wild-guessing at clang's problem with calling vsnprintf()
This commit is contained in:
parent
75952050d1
commit
d68862a79f
@ -419,7 +419,7 @@ char *M_StringJoin(const char *s, ...)
|
||||
#endif
|
||||
|
||||
// Safe, portable vsnprintf().
|
||||
static int M_vsnprintf(char *buf, size_t buf_len, const char *s, va_list args)
|
||||
static int PRINTF_ATTR(3, 0) M_vsnprintf(char *buf, size_t buf_len, const char *s, va_list args)
|
||||
{
|
||||
int result;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user