MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ChecksumFailedMsg

Method ChecksumFailedMsg

Libraries/unrar/errhnd.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211void ErrorHandler::ChecksumFailedMsg(const wchar *ArcName,const wchar *FileName)
212{
213 uiMsg(UIERROR_CHECKSUM,ArcName,FileName);
214 SetErrorCode(RARX_CRC);
215}
216
217
218void ErrorHandler::UnknownMethodMsg(const wchar *ArcName,const wchar *FileName)

Callers

nothing calls this directly

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected