| 390 | size_t MaxWinMask; |
| 391 | |
| 392 | uint GetChar() |
| 393 | { |
| 394 | if (Inp.InAddr>BitInput::MAX_SIZE-30) |
| 395 | { |
| 396 | UnpReadBuf(); |
| 397 | if (Inp.InAddr>=BitInput::MAX_SIZE) // If nothing was read. |
| 398 | return 0; |
| 399 | } |
| 400 | return Inp.InBuf[Inp.InAddr++]; |
| 401 | } |
| 402 | }; |
| 403 | |
| 404 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected