From cacd2089a16078286682921afa18ea8c76fd1b5c Mon Sep 17 00:00:00 2001 From: weasel Date: Wed, 20 Oct 2004 11:09:39 +0000 Subject: [PATCH 1/1] One more warning git-svn-id: svn://svn.debian.org/pgp-tools/trunk@21 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 1 + 1 file changed, 1 insertion(+) diff --git a/caff/caff b/caff/caff index 718e847..4c5e641 100755 --- a/caff/caff +++ b/caff/caff @@ -684,6 +684,7 @@ for my $keyid (@keyids_ok) { while($status =~ /$KEYEDIT_DELSIG_PROMPT/m) { # sig:?::17:EA2199412477CAF8:1058095214:::::13x: my @sigline = grep { /^sig/ } (split /\n/, $stdout); + notice("[sigremoval] why are there ".(scalar @sigline)." siglines in that part of the dialog!?.") if scalar @sigline >= 2; # XXX my $line = pop @sigline; my $answer = "no"; debug("[sigremoval] doing line $line."); -- 2.30.2