Align the type of num_entries to st_table

This commit is contained in:
Nobuyoshi Nakada 2023-08-19 19:35:24 +09:00
parent 7c226291d3
commit f0923164d8
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -173,7 +173,7 @@ struct dump_arg {
st_table *data;
st_table *compat_tbl;
st_table *encodings;
unsigned long num_entries;
st_index_t num_entries;
};
struct dump_call_arg {