summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;