■掲示板に戻る■
1-
101-
201-
301-
401-
501-
601-
701-
801-
901-
1001-
最新50
レス数が1000を超えています。残念ながら全部は表示しません。
w3m
153 :
名無しさん@お腹いっぱい。
:02/03/06 17:29
>>150
url.cのパッチですが、こうすればマシになるのでは?
(2chって空白飛ばされるけど、entityって使えるんだっけ?
テスト: 空 白)
Index: url.c
===================================================================
RCS file: /cvsroot/w3m/w3m/url.c,v
retrieving revision 1.47
diff -u -r1.47 url.c
--- url.c 6 Mar 2002 03:32:11 -0000 1.47
+++ url.c 6 Mar 2002 08:25:38 -0000
@@ -61,6 +61,7 @@
};
struct cmdtable schemetable[] = {
+ {"ttp", SCM_HTTP},
{"http", SCM_HTTP},
{"gopher", SCM_GOPHER},
{"ftp", SCM_FTP},
@@ -624,6 +625,8 @@
copyPath(char *orgpath, int length, int option)
{
Str tmp = Strnew();
+ if (Strncmp_charp(tmp, "ttp:", sizeof("ttp:")) == 0)
+ Strcat_char(tmp, 'h');
while (*orgpath && length != 0) {
if (IS_SPACE(*orgpath)) {
switch (option) {
次100
最新50
read.cgi ver5.26+ (01/10/21-)