$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70173 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-03-18 20:32:59
Author: danieljames
Date: 2011-03-18 20:32:58 EDT (Fri, 18 Mar 2011)
New Revision: 70173
URL: http://svn.boost.org/trac/boost/changeset/70173
Log:
Quickbook: handle windows paths in another place.
Text files modified:
trunk/tools/quickbook/src/actions.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/tools/quickbook/src/actions.cpp
==============================================================================
--- trunk/tools/quickbook/src/actions.cpp (original)
+++ trunk/tools/quickbook/src/actions.cpp 2011-03-18 20:32:58 EDT (Fri, 18 Mar 2011)
@@ -1362,6 +1362,8 @@
<< std::endl;
}
+ boost::replace(path_text, '\\', '/');
+
return path_text;
}