summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-20 11:02:32 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-20 11:02:50 +0200
commit0c246723b667fa258e1c70fa1eadc2a904207ce1 (patch)
tree95a63393e78a47b856dae87026ba42c18f817818 /l10ntools
parentd0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5 (diff)
Add snide comment
Change-Id: Ie8c0d47a7a82458ec1ed0695cea13c136e2fab90
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/helpmerge.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index d86abac0b189..0a32b7b3b1b2 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());
}
}