From 580e881abd00bddf5e601dd1495bdafd7c3928ad Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 27 May 2011 19:00:34 +0200 Subject: [PATCH] a newline is ONE char, so allow one char long lines Signed-off-by: Joerg Jaspert --- tools/debianqueued-0.9/debianqueued | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index b0898674..2a45d5d8 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -720,7 +720,7 @@ outer_loop: while () { next; } if ( $pgplines < 1 or $pgplines >= 3 ) { - $extralines++ if length; + $extralines++ if length $_ > 1; next; } if (/^Maintainer:\s*/i) { -- 2.39.2