summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-01-04 14:39:40 +0100
committerEnno Boland (tox) <tox@s01.de>2010-01-04 14:39:40 +0100
commit0fb97666ec12c10bcb8feb14bcc86a32dcdee8a9 (patch)
treee219f2b2702b375534e7d5cbf222ec6e4613ae2e /config.def.h
parent2f9c554f025a3cc6eae053d2ad26c2b88975a5bc (diff)
downloadsurf-0fb97666ec12c10bcb8feb14bcc86a32dcdee8a9.tar.gz
surf-0fb97666ec12c10bcb8feb14bcc86a32dcdee8a9.tar.bz2
surf-0fb97666ec12c10bcb8feb14bcc86a32dcdee8a9.zip
dl has to be a directory, not a file.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 493570b..6c143ae 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
-static char *dldir = ".surf/dl";
+static char *dldir = ".surf/dl/";
static time_t sessiontime = 3600;
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \