Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68330 - in branches/release/tools/quickbook: . src test
From: dnljms_at_[hidden]
Date: 2011-01-20 19:24:49


Author: danieljames
Date: 2011-01-20 19:24:42 EST (Thu, 20 Jan 2011)
New Revision: 68330
URL: http://svn.boost.org/trac/boost/changeset/68330

Log:
Merge xinclude fix for windows.
Properties modified:
   branches/release/tools/quickbook/ (props changed)
   branches/release/tools/quickbook/src/ (props changed)
   branches/release/tools/quickbook/test/ (props changed)
Text files modified:
   branches/release/tools/quickbook/src/actions.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/tools/quickbook/src/actions.cpp
==============================================================================
--- branches/release/tools/quickbook/src/actions.cpp (original)
+++ branches/release/tools/quickbook/src/actions.cpp 2011-01-20 19:24:42 EST (Thu, 20 Jan 2011)
@@ -1310,7 +1310,7 @@
 
         fs::path path = calculate_relative_path(first, last, actions);
         out << "\n<xi:include href=\"";
- detail::print_string(detail::escape_uri(path.string()), out.get());
+ detail::print_string(detail::escape_uri(path.generic_string()), out.get());
         out << "\" />\n";
     }
 


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