From 5ea72893f322c673a3f19eaddba9bf0bba4eae08 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 14 Jul 2018 02:16:35 +0200 Subject: [PATCH] Enabled build with Qt again. --- src/tl/tl/tlWebDAV.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tl/tl/tlWebDAV.cc b/src/tl/tl/tlWebDAV.cc index 9350cfbc1..7686fc18d 100644 --- a/src/tl/tl/tlWebDAV.cc +++ b/src/tl/tl/tlWebDAV.cc @@ -283,7 +283,7 @@ WebDAVObject::download (const std::string &url, const std::string &target) for (std::list::const_iterator i = items.begin (); i != items.end (); ++i) { - tl::info << tl::sprintf (tr ("Downloading '%s' to '%s' .."), i->url, i->path); + tl::info << tl::sprintf (tl::to_string (tr ("Downloading '%s' to '%s' ..")), i->url, i->path); try {