dl has to be a directory, not a file.

This commit is contained in:
Enno Boland (tox) 2010-01-04 14:39:40 +01:00
parent 2f9c554f02
commit 0fb97666ec
1 changed files with 1 additions and 1 deletions

View File

@ -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", \