D8392: Add regexps for catching bad CRC for entries

Elvis Angelaccio noreply at phabricator.kde.org
Sat Oct 21 14:53:11 UTC 2017


elvisangelaccio added inline comments.

INLINE COMMENTS

> cliplugin.cpp:277
>  {
> -    QRegularExpression rx(QStringLiteral("ERROR: E_FAIL"));
> +    QRegularExpression rx(QStringLiteral("ERROR: (E_FAIL|CRC Failed)"));
>  

Would it be possible to split the regexes so that we can show a more descriptive warning message (like we do for clizip)?

REPOSITORY
  R36 Ark

REVISION DETAIL
  https://phabricator.kde.org/D8392

To: rthomsen, elvisangelaccio
Cc: kde-utils-devel, #ark, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20171021/493b33d2/attachment.html>


More information about the Kde-utils-devel mailing list