From: Fabian Keil Date: Fri, 26 Sep 2008 16:49:09 +0000 (+0000) Subject: Fix entry count. X-Git-Tag: v_3_0_11~226 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=835651e7a9b9f069cb208e061ec8bd0fa7cda889;hp=a056df1eb7e5702acc324458ebf482b0917f9a94 Fix entry count. --- diff --git a/utils/changelog2doc.pl b/utils/changelog2doc.pl index adf2f922..ddd680ef 100755 --- a/utils/changelog2doc.pl +++ b/utils/changelog2doc.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -# $Id:$ -# $Source:$ +# $Id: changelog2doc.pl,v 1.1 2008/06/09 17:53:02 fabiankeil Exp $ +# $Source: /cvsroot/ijbswa/current/utils/changelog2doc.pl,v $ # Filter to parse the ChangeLog and translate the changes for # the most recent version into something that looks like markup @@ -33,7 +33,7 @@ sub read_entries() { $entries[$i] .= $_; } - print "Parsed $i entries.\n"; + print "Parsed " . @entries . " entries.\n"; } sub generate_markup() {