From 643ffdf621a056a266c1c6121388e4d0b06adb0d Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Thu, 8 Nov 2012 17:16:06 +0100 Subject: 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 --- l10ntools/source/lngmerge.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'l10ntools') 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; -- cgit v1.2.3