From: Yann Collet Date: Sun, 8 Nov 2015 13:45:38 +0000 (+0100) Subject: pg display CL-compatible params X-Git-Tag: zstd-0.3.5^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61ddd03ec2232aa7b4c80bd0068030f7179aea4;p=thirdparty%2Fzstd.git pg display CL-compatible params --- diff --git a/programs/paramgrill.c b/programs/paramgrill.c index 520acc1e1..493d806b9 100644 --- a/programs/paramgrill.c +++ b/programs/paramgrill.c @@ -289,7 +289,7 @@ static size_t BMK_benchParam(BMK_result_t* resultPtr, U64 crcOrig; /* Memory allocation & restrictions */ - snprintf(name, 30, "W%02uC%02uH%02uS%02uL%1ust%1u", Wlog, Clog, Hlog, Slog, Slength, strat); + snprintf(name, 30, "Sw%02uc%02uh%02us%02ul%1ut%1u", Wlog, Clog, Hlog, Slog, Slength, strat); if (!compressedBuffer || !resultBuffer || !blockTable) { DISPLAY("\nError: not enough memory!\n");