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

New commits:
commit 0c246723b667fa258e1c70fa1eadc2a904207ce1
Author: Tor Lillqvist <[email protected]>
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());
         }
     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to