mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2025-11-20 05:19:19 +00:00
Add closing va_end() call.
This commit is contained in:
@ -94,6 +94,7 @@ putv(struct ocx *ocx, enum ocx_chan chan, const char *fmt, va_list ap)
|
||||
(void)vfprintf(dst, fmt, ap);
|
||||
if (chan == OCX_DIAG)
|
||||
vsyslog(LOG_ERR, fmt, ap2);
|
||||
va_end(ap2);
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user