Fix for bug crasher bug that occurs when communicator is built with ENDER
defined and a page with a textarea is loaded. Reviewed and approved by nisheeth. git-svn-id: svn://10.0.0.236/trunk@7197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c96822cc25
commit
0d93b2dba9
@ -2329,10 +2329,9 @@ lo_BeginTextareaTag(MWContext *context, lo_DocState *state, PA_Tag *tag)
|
|||||||
PA_FREE(type_block);
|
PA_FREE(type_block);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#else
|
#endif /*ENDER*/
|
||||||
form_element = lo_form_textarea(context, state, tag,
|
form_element = lo_form_textarea(context, state, tag,
|
||||||
FORM_TYPE_TEXTAREA);
|
FORM_TYPE_TEXTAREA);
|
||||||
#endif /*ENDER*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Make a copy of the tag so that we can correctly reflect this
|
* Make a copy of the tag so that we can correctly reflect this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user