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

Method BadSwitch

Libraries/unrar/cmddata.cpp:896–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894
895#if !defined(SFX_MODULE)
896void CommandData::BadSwitch(const wchar *Switch)
897{
898 mprintf(St(MUnknownOption),Switch);
899 ErrHandler.Exit(RARX_USERERROR);
900}
901#endif
902
903

Callers

nothing calls this directly

Calls 3

StFunction · 0.85
ExitMethod · 0.80
mprintfFunction · 0.70

Tested by

no test coverage detected