From: Yann Collet Date: Wed, 21 Feb 2024 02:06:56 +0000 (-0800) Subject: fix datagen size control X-Git-Tag: v1.5.6^2~64^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e240af30a1d11ae45745c6c3e96307bad3771fd;p=thirdparty%2Fzstd.git fix datagen size control --- diff --git a/tests/datagencli.c b/tests/datagencli.c index b30209953..56616bef4 100644 --- a/tests/datagencli.c +++ b/tests/datagencli.c @@ -143,7 +143,6 @@ int main(int argc, const char** argv) LOREM_genOut(size, seed); } - RDG_genStdout(size, (double)probaU32 / 100, litProba, seed); DISPLAYLEVEL(3, "\n"); return 0;