|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70980 - branches/quickbook-dev/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-04-04 18:26:11
Author: danieljames
Date: 2011-04-04 18:26:10 EDT (Mon, 04 Apr 2011)
New Revision: 70980
URL: http://svn.boost.org/trac/boost/changeset/70980
Log:
Quickbook: oops, missed this out of the merge somehow.
Text files modified:
branches/quickbook-dev/tools/quickbook/src/actions.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: branches/quickbook-dev/tools/quickbook/src/actions.cpp
==============================================================================
--- branches/quickbook-dev/tools/quickbook/src/actions.cpp (original)
+++ branches/quickbook-dev/tools/quickbook/src/actions.cpp 2011-04-04 18:26:10 EDT (Mon, 04 Apr 2011)
@@ -1816,8 +1816,7 @@
= detail::path_to_generic(actions.filename_relative);
// parse the file
- quickbook::parse_file(actions.filename.string().c_str(),
- actions, true);
+ quickbook::parse_file(actions.filename, actions, true);
// Don't restore source_mode on older versions.
if (keep_inner_source_mode) state.source_mode = actions.source_mode;
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