Commits on Source (3)
-
Steve Lhomme authored
No need to call vsnprintf() twice and add the ending \n in an extra part of the temporary buffer. We have all that we need with a single vasprintf() call. No need to make a va_copy() inside Win32DebugOutputMsg(), there is one on the caller side and now we only use the va_list once.
e9464a1e -
Steve Lhomme authored
No functional changes.
572c454f -
Steve Lhomme authored
If logger is NULL then the intention was to not log it. In vlc_vaLogCallback() we receive all the logs aimed at an internal logger. No need to make a va_copy() when calling Win32DebugOutputMsg(), it does one internally.
8e2c76e5