From 084c165ed4488976e4ccb7eb19791d284735c5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Sep 2023 13:21:47 +0200 Subject: typo --- debian/patches/0100-new_syslog_format.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/0100-new_syslog_format.patch b/debian/patches/0100-new_syslog_format.patch index b041ecd..5344f07 100644 --- a/debian/patches/0100-new_syslog_format.patch +++ b/debian/patches/0100-new_syslog_format.patch @@ -71,8 +71,8 @@ Index: trunk/mailgraph.pl + $self->{year}=$year; + } + else { -+ my($montxt); -+ ($montex, $day, $hour, $min, $sec, $host, $text) = $str =~ /^ ++ my($montxt, $mon); ++ ($montxt, $day, $hour, $min, $sec, $host, $text) = $str =~ /^ + (\S{3})\s+(\d+) # date + \s + (\d+):(\d+):(\d+) # time -- cgit v1.2.3