From 82775e9e7006f2a66d900f7a99699788bfd5cd18 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 6 Sep 2014 20:19:08 +1000 Subject: Fxi the split call. --- rld-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rld-path.cpp b/rld-path.cpp index 51288ce..8e24d3a 100644 --- a/rld-path.cpp +++ b/rld-path.cpp @@ -57,7 +57,7 @@ namespace rld path_split (const std::string& path, paths& paths) { strings ps; - rld::split (path, ps, RLD_PATHSTR_SEPARATOR); + rld::split (ps, path, RLD_PATHSTR_SEPARATOR); if (ps.size ()) { for (strings::iterator psi = ps.begin (); -- cgit v1.2.3