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

Method AskRepeatRead

Libraries/unrar/errhnd.cpp:64–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64bool ErrorHandler::AskRepeatRead(const wchar *FileName)
65{
66#if !defined(SILENT) && !defined(SFX_MODULE)
67 if (!Silent)
68 {
69 SysErrMsg();
70 bool Repeat=uiAskRepeatRead(FileName);
71 if (!Repeat) // Disable shutdown if user pressed Cancel in error dialog.
72 DisableShutdown=true;
73 return Repeat;
74 }
75#endif
76 return false;
77}
78
79
80void ErrorHandler::WriteError(const wchar *ArcName,const wchar *FileName)

Callers 1

ReadMethod · 0.80

Calls 1

uiAskRepeatReadFunction · 0.85

Tested by

no test coverage detected