python312Packages.llama-index: 0.12.9 -> 0.12.9.post1 (#371957)
[NixPkgs.git] / pkgs / by-name / li / libchop / size_t.patch
blob82b6cb995ef36afaa1a16b95600244c3861de8d3
1 --- a/src/chop.c
2 +++ b/src/chop.c
3 @@ -539,7 +539,7 @@ extern const chop_class_t chop_gdbm_bloc
4 chop_qdbm_block_iterator_class;
6 const struct chop_class_entry *
7 -chop_lookup_class_entry (const char *str, unsigned int len);
8 +chop_lookup_class_entry (const char *str, size_t len);
10 /* Include the gperf-generated perfect hash table. */
11 #include "class-lookup.c"