summaryrefslogtreecommitdiffstats
path: root/programs/fullbench.c
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-06-03 22:44:49 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-06-03 22:44:49 (GMT)
commit1e053a290ab55af5d03eae209e9ee64f555670b7 (patch)
treeda1f3884bd862982275b251e5145b2927801f901 /programs/fullbench.c
parentec717699c7841b4471ee6566d80f4835ace8438b (diff)
downloadlz4-1e053a290ab55af5d03eae209e9ee64f555670b7.zip
lz4-1e053a290ab55af5d03eae209e9ee64f555670b7.tar.gz
lz4-1e053a290ab55af5d03eae209e9ee64f555670b7.tar.bz2
new test tool : datagen
Diffstat (limited to 'programs/fullbench.c')
-rwxr-xr-xprograms/fullbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/fullbench.c b/programs/fullbench.c
index ae33330..7249387 100755
--- a/programs/fullbench.c
+++ b/programs/fullbench.c
@@ -581,7 +581,7 @@ int fullSpeedBench(char** fileNamesTable, int nbFiles)
case 4: decompressionFunction = LZ4_decompress_safe_withPrefix64k; break;
case 5: decompressionFunction = local_LZ4_decompress_safe_usingDict; break;
case 6: decompressionFunction = local_LZ4_decompress_safe_partial; break;
- default : DISPLAY("ERROR ! Bad algorithm Id !! \n"); free(chunkP); return 1;
+ default : DISPLAY("ERROR ! Bad decompression algorithm Id !! \n"); free(chunkP); return 1;
}
for (loopNb = 1; loopNb <= nbIterations; loopNb++)