diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-10-06 14:41:56 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-06 14:41:56 +0200 |
commit | 43c8309505b4b02b61f84d66fc7a998e4e82396b (patch) | |
tree | cb1efb97e96fc79829147061d7da693f5a95e436 | |
parent | f35f56c6efde458024975efb27e10b8a02281178 (diff) | |
parent | 6013e36c39290230d118d9a277d83b4e58de8505 (diff) |
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure
-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 a4c1c0638e82..d692149d2523 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; } |