on 30/08/2009 10:51 Dima Panov said the following:
> 
> Fixed in KDE 4.3.1
> 
> String KACL::asString() const
> {
> #ifdef HAVE_POSIX_ACL
>     ssize_t size = 0;
>     char* txt = acl_to_text(d->m_acl, &size);
>     const QString ret = QString::fromLatin1(txt, size);
>     acl_free(txt);
>     return ret;
> #else
>     return QString();
> #endif
> }
> 
> Please wait official release :)
> 

Thank you for the information.
Any chance to see this in KDE3? :-)

-- 
Andriy Gapon
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to