From 68331254149a2ef3f2986bb92549cb63bb355989 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sun, 28 Jan 2024 17:17:40 +0100 Subject: [PATCH] textopsx: proper define id for body line interator name size --- src/modules/textopsx/textopsx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/textopsx/textopsx.c b/src/modules/textopsx/textopsx.c index 9210d07445d..5710cfeb864 100644 --- a/src/modules/textopsx/textopsx.c +++ b/src/modules/textopsx/textopsx.c @@ -2441,7 +2441,7 @@ static int pv_get_hf_iterator_hbody( typedef struct bl_iterator { str name; - char bname[HF_ITERATOR_NAME_SIZE]; + char bname[BL_ITERATOR_NAME_SIZE]; str body; str it; int eob;