1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

* src/log.c: turn on automatic format check for log_vprintf_internal()

This commit is contained in:
Tim Rühsen 2014-11-03 09:22:47 +01:00
parent fdd8b8c997
commit e52879514f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-11-03 Tim Ruehsen <tim.ruehsen@gmx.de>
* log.c: turn on automatic format check for log_vprintf_internal()
2014-11-01 Darshit Shah <darnir@gmail.com>
* progress.c (create_image): Extra padding for size_grouped_diff has already

View File

@ -385,7 +385,7 @@ struct logvprintf_state {
(An alternative approach would be to use va_copy, but that's not
portable.) */
static bool
static bool GCC_FORMAT_ATTR (2, 0)
log_vprintf_internal (struct logvprintf_state *state, const char *fmt,
va_list args)
{