diff lib-src/grep-changelog @ 38504:1d53627a58ae

(parse_changelog): Add another test for defined value to quiet warnings from Perl 5.005 and above.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 20 Jul 2001 10:04:17 +0000
parents 180f542bf5b4
children 59acf1c91dd2
line wrap: on
line diff
--- a/lib-src/grep-changelog	Fri Jul 20 10:02:19 2001 +0000
+++ b/lib-src/grep-changelog	Fri Jul 20 10:04:17 2001 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# $Id: grep-changelog,v 1.4 2001/07/20 09:59:19 gerd Exp $
+# $Id: grep-changelog,v 1.5 2001/07/20 10:02:06 gerd Exp $
 
 # Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 #
@@ -183,6 +183,8 @@
 	    }
         }
 
+        last unless defined $line;
+
 	if ($line =~ /^\s*\*/) {
 	    # LINE is the first line of a ChangeLog entry.  Print
 	    # previous entry if it matches.