| 109 | |
| 110 | |
| 111 | void Archive::BrokenHeaderMsg() |
| 112 | { |
| 113 | uiMsg(UIERROR_HEADERBROKEN,FileName); |
| 114 | BrokenHeader=true; |
| 115 | ErrHandler.SetErrorCode(RARX_CRC); |
| 116 | } |
| 117 | |
| 118 | |
| 119 | void Archive::UnkEncVerMsg(const wchar *Name,const wchar *Info) |
nothing calls this directly
no test coverage detected