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

Function uiAskRepeatRead

Libraries/unrar/uiconsole.cpp:400–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399
400bool uiAskRepeatRead(const wchar *FileName)
401{
402 mprintf(L"\n");
403 Log(NULL,St(MErrRead),FileName);
404 return Ask(St(MRetryAbort))==1;
405}
406
407
408bool uiAskRepeatWrite(const wchar *FileName,bool DiskFull)

Callers 1

AskRepeatReadMethod · 0.85

Calls 4

StFunction · 0.85
mprintfFunction · 0.70
LogFunction · 0.70
AskFunction · 0.70

Tested by

no test coverage detected