[Libreoffice-commits] .: Branch 'libreoffice-3-6' - bin/lo-commit-stat

Petr Mladek pmladek at kemper.freedesktop.org
Wed Jun 13 03:58:29 PDT 2012


 bin/lo-commit-stat |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69ceb872f5c97bf3882d635d42241092034c6bc8
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