summaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.c
diff options
context:
space:
mode:
authortest4973 <Kdo4973@hotmail.com>2018-04-05 19:40:33 (GMT)
committertest4973 <Kdo4973@hotmail.com>2018-04-05 19:40:33 (GMT)
commit6d931b6a93100fe2cb4dafc032ff486c814d1fed (patch)
treecd734c9a0d2b2b7d807ea2339de6f9e25b4ae35f /tests/fuzzer.c
parent43132af808119e71fdeb153f6e7ad53673c8f9e4 (diff)
downloadlz4-6d931b6a93100fe2cb4dafc032ff486c814d1fed.zip
lz4-6d931b6a93100fe2cb4dafc032ff486c814d1fed.tar.gz
lz4-6d931b6a93100fe2cb4dafc032ff486c814d1fed.tar.bz2
fixed lz4 compression starting at small address
when using byU32 and byU16 modes
Diffstat (limited to 'tests/fuzzer.c')
-rw-r--r--tests/fuzzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzzer.c b/tests/fuzzer.c
index 2b9b926..0b7d54e 100644
--- a/tests/fuzzer.c
+++ b/tests/fuzzer.c
@@ -322,7 +322,7 @@ static int FUZ_test(U32 seed, U32 nbCycles, const U32 startCycle, const double c
# define FUZ_DISPLAYTEST(...) { \
testNb++; \
if (g_displayLevel>=4) { \
- printf("\r%4u - %2u ", seed, testNb); \
+ printf("\r%4u - %2u ", cycleNb, testNb); \
printf(" " __VA_ARGS__); \
printf(" "); \
fflush(stdout); \