You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error returned by check_pkg_integrity is 0 or 1, but it's printed by strerror(), which doesn't make sense. So just need to decide on the best way of showing this.
I haven't investigated exactly why this happens, but:
The last part of the message seems to be passing a bad value to
strerror
.The text was updated successfully, but these errors were encountered: