aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/main.c b/main.c
index 73864a8..877a8fe 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.103 2002/06/01 17:26:11 ukai Exp $ */
+/* $Id: main.c,v 1.104 2002/06/05 15:27:47 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -4832,10 +4832,7 @@ execdict(char *word)
return;
}
dictcmd = Sprintf("%s?%s", DictCommand, w)->ptr;
- buf = loadGeneralFile(url_quote_conv(dictcmd, Currentbuf->document_code),
- baseURL(Currentbuf),
- parsedURL2Str(&Currentbuf->currentURL)->ptr,
- 0, NULL);
+ buf = loadGeneralFile(dictcmd, NULL, NO_REFERER, 0, NULL);
if (buf == NULL) {
disp_message("Execution failed", FALSE);
}