$B2,ED$G$9!#(B
From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01233] w3m-0.1.11-pre-kokb17 patch
Date: 24 Oct 2000 01:48:27 +0900
$B2,It$5$s(B> http://www4.ocn.ne.jp/~okabek/w3m-0.1.11-pre-kokb17.patch.gz
$B2,It$5$s(B> (w3m-0.1.11-pre $B$+$i$N:9J,(B)
$B$3$l!"F0$+$J$$$_$?$$$G$9$,!D(B
$B$H$j$"$($:%3%s%Q%$%k;~$K(B incompatible pointer type $B$H$$$o$l$?$H$3$m$N(B
$B=$@5%Q%C%A$rE:IU$7$^$9!#(B
$B$^$?!"(Btable.c $B$N(B begin_table $B$G(B ppc $B$,(B 0 $B$K$J$k$h$&$G!"(B
if (t->cellpadding >= ppc)
t->cellpadding /= ppc;
$B$N$H$3$m$G(B zero divide $B$GMn$A$F$7$^$$$^$9!#(B
if (t->cellpadding >= ppc && ppc != 0)
t->cellpadding /= ppc;
$B$H$9$k$H!"Mn$A$O$7$J$$$N$G$9$,I=$,=DD9$K$J$C$F$7$^$$$^$7$?!#(B
-- Tsutomu Okada <okada@furuno.co.jp>--- func.c.dist Tue Oct 24 10:12:24 2000 +++ func.c Tue Oct 24 12:26:16 2000 @@ -44,19 +44,19 @@ if (*s == '#') /* comment */ continue; if (strcmp(s, "keymap")) { /* error */ - disp_message_nsec(Sprintf(stderr, "line %d: keymap not found\n", lineno)->ptr, FALSE, 1, TRUE, FALSE); + disp_message_nsec(Sprintf("line %d: keymap not found\n", lineno)->ptr, FALSE, 1, TRUE, FALSE); continue; } s = getQWord(&p); c = getKey(s); if (c < 0) { /* error */ - disp_message_nsec(Sprintf(stderr, "line %d: unknown key '%s'\n", lineno, s)->ptr, FALSE, 1, TRUE, FALSE); + disp_message_nsec(Sprintf("line %d: unknown key '%s'\n", lineno, s)->ptr, FALSE, 1, TRUE, FALSE); continue; } s = getWord(&p); f = getFuncList(s, w3mFuncList, w3mNFuncList); if (f < 0) { - disp_message_nsec(Sprintf(stderr, "line %d: invalid command '%s'\n", lineno, s)->ptr, FALSE, 1, TRUE, FALSE); + disp_message_nsec(Sprintf("line %d: invalid command '%s'\n", lineno, s)->ptr, FALSE, 1, TRUE, FALSE); } if (c & K_ESCD) EscDKeymap[c ^ K_ESCD] = (f >= 0) ? f : FUNCNAME_nulcmd; --- url.c.dist Tue Oct 24 10:12:30 2000 +++ url.c Tue Oct 24 12:00:16 2000 @@ -1497,7 +1497,7 @@ if (*p == ',') p++; } - return domain_list; + return domains; } static int
This archive was generated by hypermail 2b29 : Mon Oct 23 2000 - 23:00:42 CDT