mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
added comment to anotate decompressed error code
This commit is contained in:
parent
73ebb646d8
commit
2a52d72712
@ -1452,6 +1452,7 @@ static int generateCorpusWithDict(U32 seed, unsigned numFiles, const char* const
|
||||
fullDict, dictSize);
|
||||
|
||||
{
|
||||
/* print differences if any */
|
||||
size_t checkDiff = (BYTE*)fr.src - (BYTE*)fr.srcStart;
|
||||
for (size_t i = 0; i < checkDiff; i++) {
|
||||
if (*((BYTE*)(fr.srcStart + i)) != *((BYTE*)(decompressedPtr + i))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user