summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-11-08 17:16:06 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-11-08 17:16:06 +0100
commit643ffdf621a056a266c1c6121388e4d0b06adb0d (patch)
treee6ca27a19008bf3ba9fdeeda4faa6e0151d1c5c3 /l10ntools
parented879cdf2957fcfb013a894dd1ed8bf512f10301 (diff)
Add an extra empty line to lngmerge
It worked with eof before so an extra line is needed. See also this commit: 06175e8b19625cb5a43b1ae5ae63e419cee7e053 Change-Id: Ic3f43a52801429258df620229269b8426f1e2995
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/lngmerge.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index efc6c81f6994..42b6384394ea 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -66,6 +66,7 @@ LngParser::LngParser(const rtl::OString &rLngFile,
pLines->push_back( new rtl::OString(sLine) );
std::getline(aStream, s);
}
+ pLines->push_back( new rtl::OString() );
}
else
nError = LNG_COULD_NOT_OPEN;