aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_pool.c')
-rw-r--r--src/tag_pool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_pool.c b/src/tag_pool.c
index 7224db725..fb59669e6 100644
--- a/src/tag_pool.c
+++ b/src/tag_pool.c
@@ -93,8 +93,8 @@ void tag_pool_deinit(void)
tag_pool_lock = NULL;
}
-struct tag_item *tag_pool_get_item(enum tag_type type,
- const char *value, int length)
+struct tag_item *
+tag_pool_get_item(enum tag_type type, const char *value, size_t length)
{
struct slot **slot_p, *slot;