Skip to content

Commit

Permalink
textopsx: proper define id for body line interator name size
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 29, 2024
1 parent 03d93a4 commit 6833125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/textopsx/textopsx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6833125

Please sign in to comment.