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

Method BrokenHeaderMsg

Libraries/unrar/arcread.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111void Archive::BrokenHeaderMsg()
112{
113 uiMsg(UIERROR_HEADERBROKEN,FileName);
114 BrokenHeader=true;
115 ErrHandler.SetErrorCode(RARX_CRC);
116}
117
118
119void Archive::UnkEncVerMsg(const wchar *Name,const wchar *Info)

Callers

nothing calls this directly

Calls 2

uiMsgFunction · 0.85
SetErrorCodeMethod · 0.80

Tested by

no test coverage detected