$B$d$^$F(B@$B?ALn$G$9!#(B
w3m$B$,(B <ISINDEX> $B$r;H$C$?(Bcgi$B$r$&$^$/=hM}$G$-$J$$$N$r2?$H$+$9$k(Bpatch$B$G(B
$B$9!#(B
--- profiler$B$D$-(Bw3m$B$r$&$^$/%3%s%Q%$%k$G$-$J$$!D!D(B $B$d$^$F(B
--- w3m.old/main.c Thu Apr 27 15:40:06 2000 +++ w3m.new/main.c Thu Apr 27 20:19:08 2000 @@ -2076,7 +2076,11 @@ } *query = Strnew(); for (f2 = fi->parent->item; f2; f2 = f2->next) { - if (f2->name == NULL || f2->name->length == 0) + if (f2->name == NULL) + continue; + /* <ISINDEX> is translated into single text form */ + if (f2->name->length == 0 && + (multipart || f2->type != FORM_INPUT_TEXT)) continue; switch (f2->type) { case FORM_INPUT_RESET:
This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:55 CDT