blob: c70a7ef912e7e6ad87988b1f24019d1a6de81550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Index: form.c
===================================================================
RCS file: /cvsroot/w3m/w3m/form.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- form.c 26 Sep 2003 17:59:51 -0000 1.33
+++ form.c 5 Feb 2004 17:23:07 -0000 1.34
@@ -360,6 +360,9 @@
else {
if (w + c_width > width)
break;
+#else
+ }
+ else {
#endif
buf[pos] = *p;
prop[pos] = effect | c_type;
|