diff options
Diffstat (limited to 'kpackage/rpmInterface.cpp')
-rw-r--r-- | kpackage/rpmInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |