[Libreoffice-commits] .: Branch 'feature/killsdf' - l10ntools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 3 07:45:26 PDT 2012
l10ntools/source/merge.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit afcfb2fb26282e6e490922cca27d089b0980d071
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date: Wed Oct 3 10:31:34 2012 +0200
One little correction
Change-Id: I675bd8a966b2c1654cd6547fc380a51925578835
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 5738565..23609e0 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -196,7 +196,7 @@ MergeDataFile::MergeDataFile(
}
catch( PoHeader::Exception& aException )
{
- if( aException = PoHeader::NOLANG )
+ if( aException == PoHeader::NOLANG )
{
printf(
"Warning : %s' header not has language specification\n",
More information about the Libreoffice-commits
mailing list