mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
spelling: finish
This commit is contained in:
parent
4ea6faae81
commit
b8c93b3572
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void QtIOCompressorPrivate::flushZlib(int flushMode)
|
||||||
if (!writeBytes(buffer, outputSize))
|
if (!writeBytes(buffer, outputSize))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// If the mode is Z_FNISH we must loop until we get Z_STREAM_END,
|
// If the mode is Z_FINISH we must loop until we get Z_STREAM_END,
|
||||||
// else we loop as long as zlib is able to fill the output buffer.
|
// else we loop as long as zlib is able to fill the output buffer.
|
||||||
} while ((flushMode == Z_FINISH && status != Z_STREAM_END) || (flushMode != Z_FINISH && zlibStream.avail_out == 0));
|
} while ((flushMode == Z_FINISH && status != Z_STREAM_END) || (flushMode != Z_FINISH && zlibStream.avail_out == 0));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue