From bd3cfed8b53deac624154d63659719bc935138bd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 00:33:01 +0100 Subject: i18n: i18n-diff-auditor: add two simple cases Signed-off-by: Ian Jackson --- i18n-diff-auditor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i18n-diff-auditor b/i18n-diff-auditor index 8ec5e9f..c3630b6 100755 --- a/i18n-diff-auditor +++ b/i18n-diff-auditor @@ -210,6 +210,8 @@ sub analyse_chunk_core () { $next_x->(); $next_y->(); next if $x->{E} eq $y->{E}; + next if $x->{E} eq 'sprintf' and $y->{E} eq 'f_'; + next if $x->{E} eq 'die' and $y->{E} eq 'confess'; if ($y->{E} eq '+' and @ys >= 3 and $ys[0]{E} eq '(' -- cgit v1.2.3