From a916fa4230128a1496b9c0ce12d1fd085d4737aa Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 6 Sep 2014 20:19:08 +1000 Subject: Fxi the split call. --- linkers/rld-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linkers') diff --git a/linkers/rld-path.cpp b/linkers/rld-path.cpp index 51288ce..8e24d3a 100644 --- a/linkers/rld-path.cpp +++ b/linkers/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