mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
[codec,ncrush] fix const correctness of pointer
This commit is contained in:
committed by
Martin Fleisz
parent
45c1bc8748
commit
0b7b8445bc
@@ -2022,7 +2022,7 @@ int ncrush_decompress(NCRUSH_CONTEXT* ncrush, const BYTE* pSrcData, UINT32 SrcSi
|
||||
UINT32 CopyOffset;
|
||||
UINT32 CopyLength;
|
||||
UINT32 OldCopyOffset;
|
||||
BYTE* CopyOffsetPtr;
|
||||
const BYTE* CopyOffsetPtr;
|
||||
UINT32 LengthOfMatch;
|
||||
UINT32 CopyOffsetIndex;
|
||||
UINT32 OffsetCacheIndex;
|
||||
|
||||
Reference in New Issue
Block a user