Explorar o código

textopsx: proper define id for body line interator name size

Daniel-Constantin Mierla hai 1 ano
pai
achega
6833125414
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;