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

Method ReadError

Libraries/unrar/errhnd.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53void ErrorHandler::ReadError(const wchar *FileName)
54{
55#ifndef SILENT
56 ReadErrorMsg(FileName);
57#endif
58#if !defined(SILENT) || defined(RARDLL)
59 Exit(RARX_FATAL);
60#endif
61}
62
63
64bool ErrorHandler::AskRepeatRead(const wchar *FileName)

Callers 1

ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected