From d72834883fbfbe84d0596c9aa306b34c6d08c707 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 28 Jul 2016 15:02:01 +0300 Subject: Adapt to butl::path refactoring --- mod/mod-package-version-details.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-package-version-details.cxx') diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx index 80a87ef..ccd81c5 100644 --- a/mod/mod-package-version-details.cxx +++ b/mod/mod-package-version-details.cxx @@ -243,7 +243,7 @@ handle (request& rq, response& rs) } else if (p->internal ()) { - path u (root / path (ename)); + dir_path u (root / dir_path (ename)); s << A(HREF=u) << dname << ~A; if (dcon) -- cgit v1.1