Patch: Elm ME+ 2.5 PLalpha64 -> Elm ME+ 2.5 PLalpha65 [1/2] (4/4)
From
Kari Hurtta@21:1/5 to
All on Mon Dec 2 19:15:31 2024
[continued from previous message]
used_tags,
inherit_pg_flags,
text_visible,
! decode_opt,
! stack,stack_len);
tagfilter_release_cmd(& cmd);
! }
}
return ret;
***************
*** 3628,3637 ****
struct in_state * state_in,
struct out_state * state_out,
charset_t text_charset,
! struct tagfilter_selection * tagfilter));
int close_tag_text_html(tag_state,stack,stack_len,idx,close_pos,
body,state_in,state_out,text_charset,
! tagfilter)
struct tagfilter_tag_state *tag_state;
struct tagfilter_stack_item **stack;
size_t stack_len;
--- 4466,4476 ----
struct in_state * state_in,
struct out_state * state_out,
charset_t text_charset,
! struct tagfilter_selection * tagfilter,
! struct tagfilter_global * counter));
int close_tag_text_html(tag_state,stack,stack_len,idx,close_pos,
body,state_in,state_out,text_charset,
! tagfilter,counter)
struct tagfilter_tag_state *tag_state;
struct tagfilter_stack_item **stack;
size_t stack_len;
***************
*** 3642,3652 ****
struct out_state * state_out;
charset_t text_charset;
struct tagfilter_selection * tagfilter;
{
int ret = 1; /* Return 1 when item can be emoved from stack */
struct tagfilter_cmd * current_tag = NULL;
-
if (TAGFILTER_SELECTION_magic != tagfilter->magic)
mime_panic(__FILE__,__LINE__,"close_tag_text_html",
"Bad magic number (tagfilte