header_tagger(): Fix logging in case of two error conditions
authorFabian Keil <fk@fabiankeil.de>
Fri, 11 Sep 2020 12:30:58 +0000 (14:30 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 11 Sep 2020 14:35:40 +0000 (16:35 +0200)
commit3ed51f2d70557839fa0f5aee4e61cd748a1cc362
treed4fef64c9d79be9c280d416c3c668951925d544d
parentebdff638af74b74396a918cc77bb1c2bc13becff
header_tagger(): Fix logging in case of two error conditions

Previously a character was passed to log_error() when a pointer
was expected. Apparently the conditions don't occur in the wild
so nobody noticed.
parsers.c