[Libreoffice-commits] .: bin/lo-commit-stat
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Jun 13 03:56:55 PDT 2012
bin/lo-commit-stat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6c968d5d1974a205f6b5a320cc277ad23cb8518b
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Jun 13 12:55:13 2012 +0200
lo-commit-stat: really print the piece title into the log file
perl is really funny; the file handle can't be delimited by a comma
Change-Id: I49661d784ec3a10134e448800a3b81343e6748b1
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index d6b7846..d2b6d85 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -243,7 +243,7 @@ sub print_summary_in_stat($$$$$$)
# print piece title if not done yet
if ( defined ${$ppiece_title} ) {
- print $log, "${$ppiece_title}\n";
+ print $log "${$ppiece_title}\n";
${$ppiece_title} = undef;
}
More information about the Libreoffice-commits
mailing list