From e8d01d8d5be65098125971c26f5ea41f2801bc05 Mon Sep 17 00:00:00 2001 From: "kin%netscape.com" Date: Tue, 4 Aug 1998 00:21:36 +0000 Subject: [PATCH] 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. --- lib/layout/layform.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/layout/layform.c b/lib/layout/layform.c index f950e8caa21d..08b8ed5c52bf 100644 --- a/lib/layout/layform.c +++ b/lib/layout/layform.c @@ -2329,10 +2329,9 @@ lo_BeginTextareaTag(MWContext *context, lo_DocState *state, PA_Tag *tag) PA_FREE(type_block); } else -#else +#endif /*ENDER*/ form_element = lo_form_textarea(context, state, tag, FORM_TYPE_TEXTAREA); -#endif /*ENDER*/ /* * Make a copy of the tag so that we can correctly reflect this