Fix attribution.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-23 23:44:12 +01:00
parent 687ea4dd1f
commit be767b2fbe

View file

@ -264,7 +264,7 @@ sub AddDuration {
### ------------------------------------------------------------------
### return a hash of all headers (ignoring duplicate headers)
# taken and modified from tinews.pl
# taken and modified from pgpverify.pl
sub ParseHeaders {
my @Headers = @_;
my (%Header, $Label, $Value);