aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-06 22:25:30 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-06 22:25:30 +0000
commitd7637adfc062d1a1f2fe7c6145bfe1b2c5ba332c (patch)
tree249c65b701138c0e2a75b79ad08c1cb925d39743 /file.c
parentrun make indent (diff)
downloadw3m-d7637adfc062d1a1f2fe7c6145bfe1b2c5ba332c.tar.gz
w3m-d7637adfc062d1a1f2fe7c6145bfe1b2c5ba332c.zip
[w3m-dev 02635]
Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index 88bffa3..ce87aa3 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.28 2001/12/06 16:36:54 ukai Exp $ */
+/* $Id: file.c,v 1.29 2001/12/06 22:25:30 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -1043,7 +1043,7 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,
if (UseExternalDirBuffer) {
Str cmd = Strnew_charp(DirBufferCommand);
Strcat_m_charp(cmd, "?dir=",
- pu.real_file, "#current", NULL);
+ pu.file, "#current", NULL);
b = loadGeneralFile(cmd->ptr, NULL, NO_REFERER, 0,
NULL);
if (b != NULL && b != NO_BUFFER) {