From 95aa03cbe865be442dd540b620299ee410e5a61a Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Sat, 12 Apr 2025 11:48:10 -0400 Subject: [PATCH v1 2/2] Make libstemmer param name consistent. --- src/include/snowball/libstemmer/header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/snowball/libstemmer/header.h b/src/include/snowball/libstemmer/header.h index bf172d5b9..ef5a54640 100644 --- a/src/include/snowball/libstemmer/header.h +++ b/src/include/snowball/libstemmer/header.h @@ -45,7 +45,7 @@ extern int eq_v_b(struct SN_env * z, const symbol * p); extern int find_among(struct SN_env * z, const struct among * v, int v_size); extern int find_among_b(struct SN_env * z, const struct among * v, int v_size); -extern int replace_s(struct SN_env * z, int c_bra, int c_ket, int s_size, const symbol * s, int * adjustment); +extern int replace_s(struct SN_env * z, int c_bra, int c_ket, int s_size, const symbol * s, int * adjptr); extern int slice_from_s(struct SN_env * z, int s_size, const symbol * s); extern int slice_from_v(struct SN_env * z, const symbol * p); extern int slice_del(struct SN_env * z); -- 2.49.0