Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68565 - branches/quickbook-filenames/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-01-30 06:43:35


Author: danieljames
Date: 2011-01-30 06:43:34 EST (Sun, 30 Jan 2011)
New Revision: 68565
URL: http://svn.boost.org/trac/boost/changeset/68565

Log:
Fix default output filename.
Text files modified:
   branches/quickbook-filenames/tools/quickbook/src/quickbook.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/quickbook-filenames/tools/quickbook/src/quickbook.cpp
==============================================================================
--- branches/quickbook-filenames/tools/quickbook/src/quickbook.cpp (original)
+++ branches/quickbook-filenames/tools/quickbook/src/quickbook.cpp 2011-01-30 06:43:34 EST (Sun, 30 Jan 2011)
@@ -325,7 +325,7 @@
             else
             {
                 fileout = filein;
- fileout.replace_extension("xml");
+ fileout.replace_extension(".xml");
             }
 
             quickbook::detail::out() << "Generating Output File: "


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk