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

Method UnkEncVerMsg

Libraries/unrar/arcread.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119void Archive::UnkEncVerMsg(const wchar *Name,const wchar *Info)
120{
121 uiMsg(UIERROR_UNKNOWNENCMETHOD,FileName,Name,Info);
122 ErrHandler.SetErrorCode(RARX_WARNING);
123}
124
125
126// Return f in case of signed integer overflow or negative parameters

Callers

nothing calls this directly

Calls 2

uiMsgFunction · 0.85
SetErrorCodeMethod · 0.80

Tested by

no test coverage detected