From 827b9f7d1eedaa34bd8a6f75404e4a5e09c8bc12 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 5 Feb 2004 17:23:06 +0000 Subject: [w3m-dev 04038] --disable-m17n problem in form.c * form.c (form_update_line): fix for disable-m17n From: MANTANI Nobutaka --- form.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'form.c') diff --git a/form.c b/form.c index bfb57cc..a9e52c0 100644 --- a/form.c +++ b/form.c @@ -1,4 +1,4 @@ -/* $Id: form.c,v 1.33 2003/09/26 17:59:51 ukai Exp $ */ +/* $Id: form.c,v 1.34 2004/02/05 17:23:07 ukai Exp $ */ /* * HTML forms */ @@ -360,6 +360,9 @@ form_update_line(Line *line, char **str, int spos, int epos, int width, else { if (w + c_width > width) break; +#else + } + else { #endif buf[pos] = *p; prop[pos] = effect | c_type; -- cgit v1.2.3