]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
Replace num_fast_bytes => nice_match_length
[wimlib] / programs / imagex.c
index d64f2e04d62ca19d9c5bfe00cda192683b8cca3f..0a0934d97a135078405f7aed5680b526956af287 100644 (file)
@@ -446,7 +446,7 @@ set_compress_slow(void)
                .alg_params = {
                        .slow = {
                                .use_len2_matches = 1,
-                               .num_fast_bytes = 96,
+                               .nice_match_length = 96,
                                .num_optim_passes = 4,
                                .max_search_depth = 100,
                                .max_matches_per_pos = 10,