From ffc754b43852a6450906ad995924a0dc36243613 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Tue, 15 Oct 2013 03:34:06 +0200 Subject: kpackage: Fix utf8 in path This resolves Bug 1381 --- kpackage/rpmInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpackage/rpmInterface.cpp') diff --git a/kpackage/rpmInterface.cpp b/kpackage/rpmInterface.cpp index a881c44..c4e728e 100644 --- a/kpackage/rpmInterface.cpp +++ b/kpackage/rpmInterface.cpp @@ -578,7 +578,7 @@ TQString RPM::doinstP(int installFlags, const TQStringList &files, bool &test) for (TQStringList::ConstIterator it = files.begin(); it != files.end(); ++it ) { s += " "; - s += *it; + s += (*it).utf8(); } if (installFlags>>4 & 1) -- cgit v1.2.1