Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ ArcBrokenMsg
Method
ArcBrokenMsg
Libraries/unrar/errhnd.cpp:204–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
204
void ErrorHandler::ArcBrokenMsg(const wchar *ArcName)
205
{
206
uiMsg(UIERROR_ARCBROKEN,ArcName);
207
SetErrorCode(RARX_CRC);
208
}
209
210
211
void ErrorHandler::ChecksumFailedMsg(const wchar *ArcName,const wchar *FileName)
Callers
nothing calls this directly
Calls
1
uiMsg
Function · 0.85
Tested by
no test coverage detected