summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc
index 4cdbcc08..3ee95227 100644
--- a/src/asset.cc
+++ b/src/asset.cc
@@ -94,7 +94,7 @@ Asset::write_to_assetmap (xmlpp::Node* node, boost::filesystem::path root) const
*/
string path_string = path.get().string ();
- boost::replace_all (path_string, "\\/", "/");
+ boost::replace_all (path_string, "\\", "/");
chunk->add_child("Path")->add_child_text (path_string);
chunk->add_child("VolumeIndex")->add_child_text ("1");