소스 검색

textopsx: proper define id for body line interator name size

Daniel-Constantin Mierla 1 년 전
부모
커밋
6833125414
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/textopsx/textopsx.c

+ 1 - 1
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;