]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
pg display CL-compatible params
authorYann Collet <yann.collet.73@gmail.com>
Sun, 8 Nov 2015 13:45:38 +0000 (14:45 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 8 Nov 2015 13:45:38 +0000 (14:45 +0100)
programs/paramgrill.c

index 520acc1e1077b1c129dacc21f4b7379ecaebeaf1..493d806b9e80e633792e2b938e860b4e430fc299 100644 (file)
@@ -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");