diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-17 14:17:32 +0200 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-17 14:17:32 +0200 |
commit | 2ef5501f5d7740e453c3672665c11216b375b5f8 (patch) | |
tree | 1262c29c832a7727a0d3225ba23a253b39571283 | |
parent | 4d2077487f19072ae3d25570b690d55cd01326d2 (diff) | |
parent | 5fb7ff5b1972bc4a584226f6feb471c3d2725313 (diff) |
CWS-TOOLING: integrate CWS cmcfixes78ooo/DEV300_m88
-rw-r--r-- | xml2cmp/source/xcd/main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml2cmp/source/xcd/main.cxx b/xml2cmp/source/xcd/main.cxx index 9a63d9cd7..11cab0397 100644 --- a/xml2cmp/source/xcd/main.cxx +++ b/xml2cmp/source/xcd/main.cxx @@ -88,7 +88,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine) bool bLoadResult = aParser.LoadFile(i_rCommandLine.XmlSrcFile()); if (! bLoadResult) { - std::cerr << "Error: File %s could not be loaded." << i_rCommandLine.XmlSrcFile() << std::endl; + std::cerr << "Error: File " << i_rCommandLine.XmlSrcFile() << " could not be loaded." << std::endl; return 1; } |