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:
kin%netscape.com 1998-08-04 00:21:36 +00:00
parent c96822cc25
commit 0d93b2dba9

View File

@ -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