[Libreoffice-commits] core.git: l10ntools/source

Tor Lillqvist tml at collabora.com
Sun Dec 20 01:03:43 PST 2015


 l10ntools/source/helpmerge.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0c246723b667fa258e1c70fa1eadc2a904207ce1
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Dec 20 11:02:32 2015 +0200

    Add snide comment
    
    Change-Id: Ie8c0d47a7a82458ec1ed0695cea13c136e2fab90

diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index d86abac..0a32b7b 100644
--- a/l10ntools/source/helpmerge.cxx
+++ b/l10ntools/source/helpmerge.cxx
@@ -132,6 +132,8 @@ bool HelpParser::CreatePO(
         }
         else
         {
+            // If this is something totally unexpected, wouldn't an assert() be in order?
+            // On the other hand, if this is expected, why the printf?
             fprintf(stdout,"\nDBG: NullPointer in HelpParser::CreatePO, File %s\n", sHelpFile.getStr());
         }
     }


More information about the Libreoffice-commits mailing list