X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fhc_matchfinder.h;fp=include%2Fwimlib%2Fhc_matchfinder.h;h=a5cca95e6a9d18032aad1ae8004ec33650ecd3a1;hp=1403a15781039a49f0400e4789ecde9667f7b261;hb=917100f2f08773e5b6c7a479a095b499fab848b8;hpb=bc4f5291caf141f39e472d929c9bd8d24c514fe5 diff --git a/include/wimlib/hc_matchfinder.h b/include/wimlib/hc_matchfinder.h index 1403a157..a5cca95e 100644 --- a/include/wimlib/hc_matchfinder.h +++ b/include/wimlib/hc_matchfinder.h @@ -145,8 +145,9 @@ hc_matchfinder_init(struct hc_matchfinder *mf) * The maximum permissible match length at this position. * @nice_len * Stop searching if a match of at least this length is found. + * Must be <= @max_len. * @max_search_depth - * Limit on the number of potential matches to consider. + * Limit on the number of potential matches to consider. Must be >= 1. * @offset_ret * If a match is found, its offset is returned in this location. *