mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed welcome message
This commit is contained in:
parent
94376acfb0
commit
bb8558164e
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ int main(int argc, const char** argv)
|
|||
} } } /* for(argNb=1; argNb<argc; argNb++) */
|
||||
|
||||
/* Get Seed */
|
||||
DISPLAY("Starting zstd_buffered tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), ZSTD_VERSION_STRING);
|
||||
DISPLAY("Starting zstream tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), ZSTD_VERSION_STRING);
|
||||
|
||||
if (!seedset) seed = FUZ_GetMilliStart() % 10000;
|
||||
DISPLAY("Seed = %u\n", seed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue