mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Static analysis fixes.
This commit is contained in:
@@ -64,7 +64,7 @@ bool lcZipFile::OpenWrite(const QString& FileName)
|
||||
quint64 lcZipFile::SearchCentralDir()
|
||||
{
|
||||
quint64 SizeFile, MaxBack, BackRead, PosFound;
|
||||
const int CommentBufferSize = 1024;
|
||||
constexpr int CommentBufferSize = 1024;
|
||||
quint8 buf[CommentBufferSize + 4];
|
||||
|
||||
SizeFile = mFile->GetLength();
|
||||
|
||||
Reference in New Issue
Block a user