Diffusion Baloo 95af521127c1

Use String to store UDS_USER and UDS_GROUP of String type.

Authored by jtamate on Sep 25 2018, 5:20 PM.

Description

Use String to store UDS_USER and UDS_GROUP of String type.

Summary:
First crash I get after enabling Dr. Konqi for slaves.
UDS_USER and UDS_GROUP are strings, not numbers, therefore I've got an assert (simplified):
"udsField & KIO::UDSEntry::UDS_NUMBER", "udsentry.cpp", line=line@entry=113)

Use the same methods to get those data as in file.

BUG:398867

Test Plan: Search an obvious file in $HOME, it is shown.

Reviewers: dfaure, Baloo, Frameworks, ngraham

Reviewed By: dfaure, Baloo, ngraham

Subscribers: ngraham, broulik, kde-frameworks-devel

Tags: Frameworks, Baloo

Differential Revision: https://phabricator.kde.org/D15635

Details