From 5441e3a0aea53bfb7a1a65c9baf01999f6ebd93d Mon Sep 17 00:00:00 2001 From: Dai Sato Date: Thu, 19 Apr 2007 12:07:02 +0000 Subject: quote URLs with non-ASCII local directory names. [w3m-dev 04212] --- local.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'local.c') diff --git a/local.c b/local.c index 8da1fc7..d7cd3f0 100644 --- a/local.c +++ b/local.c @@ -1,4 +1,4 @@ -/* $Id: local.c,v 1.33 2006/04/07 13:21:11 inu Exp $ */ +/* $Id: local.c,v 1.34 2007/04/19 12:07:04 inu Exp $ */ #include "fm.h" #include #include @@ -85,7 +85,8 @@ loadLocalDir(char *dname) Strcat_char(dirname, '/'); qdir = html_quote(Str_conv_from_system(dirname)->ptr); /* FIXME: gettextize? */ - tmp = Strnew_m_charp("\n\n\n\nptr)), "\">\nDirectory list of ", qdir, "\n\n\n

Directory list of ", qdir, "

\n", NULL); -- cgit v1.2.3