Fix CssCalculator, EpubTest, HWPFile

Checked:
- Apple
- HtmlFile2
- DesktopEditor\raster\Metafile
- EpubFile
- Fb2File
- HWPFile
- OFDFile
This commit is contained in:
Kirill Polyakov
2026-04-02 23:18:03 +03:00
parent bd245cd62a
commit 47fed9cb63
12 changed files with 18 additions and 19 deletions

View File

@ -294,7 +294,7 @@ bool CHWPFile::Unzip(CHWPStream& oInput, CHWPStream& oBuffer)
return DEFLATE_OK == nRes || DEFLATE_STREAM_END == nRes;
}
// Since consistent behavior is required across all OSes,
// Since identical behavior is required across all OSes,
// we use our own randomizer
class CRandomizer