MCPcopy 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
204void ErrorHandler::ArcBrokenMsg(const wchar *ArcName)
205{
206 uiMsg(UIERROR_ARCBROKEN,ArcName);
207 SetErrorCode(RARX_CRC);
208}
209
210
211void ErrorHandler::ChecksumFailedMsg(const wchar *ArcName,const wchar *FileName)

Callers

nothing calls this directly

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected