You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some systems, va_end contains a closing '}' matching a '{' in va_start, so that both macros must occur in the same function, and in a way that allows this.
In printbuf.c, sprintbuf() this piece of code might not compile or work as expected everywhere:
From the man page:
Should be
I didn't check if that kind of code is used somewhere - it was just a random encounter.
The text was updated successfully, but these errors were encountered: