summaryrefslogtreecommitdiff
path: root/src/mimehooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mimehooks.c')
-rw-r--r--src/mimehooks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mimehooks.c b/src/mimehooks.c
index 5a1f0a9e..f4ec6bf4 100644
--- a/src/mimehooks.c
+++ b/src/mimehooks.c
@@ -50,8 +50,8 @@ iBlock *run_FilterHook_(const iFilterHook *d, const iString *mime, const iBlock
50 if (!isEmpty_String(requestUrl)) { 50 if (!isEmpty_String(requestUrl)) {
51 setEnvironment_Process( 51 setEnvironment_Process(
52 proc, 52 proc,
53 newStrings_StringList( 53 iClob(newStrings_StringList(
54 collectNewFormat_String("REQUEST_URL=%s", cstr_String(requestUrl)), NULL)); 54 collectNewFormat_String("REQUEST_URL=%s", cstr_String(requestUrl)), NULL)));
55 } 55 }
56 iBlock *output = NULL; 56 iBlock *output = NULL;
57 if (start_Process(proc)) { 57 if (start_Process(proc)) {