summaryrefslogtreecommitdiff
path: root/l10ntools/source/cfgmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/cfgmerge.cxx')
-rw-r--r--l10ntools/source/cfgmerge.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index d8ec518c1a3a..e7596e85d0fc 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -262,9 +262,8 @@ void CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
else
{
OString sError( "Misplaced close tag: " );
- OString sInFile(" in file ");
sError += sToken;
- sError += sInFile;
+ sError += " in file ";
sError += global::inputPathname;
yyerror(sError.getStr());
std::exit(EXIT_FAILURE);