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

Function uiAskRepeatWrite

Libraries/unrar/uiconsole.cpp:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407
408bool uiAskRepeatWrite(const wchar *FileName,bool DiskFull)
409{
410 mprintf(L"\n");
411 Log(NULL,St(DiskFull ? MNotEnoughDisk:MErrWrite),FileName);
412 return Ask(St(MRetryAbort))==1;
413}
414
415
416#ifndef SFX_MODULE

Callers 1

AskRepeatWriteMethod · 0.85

Calls 4

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

Tested by

no test coverage detected