tdl has to be a directory, not a file. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0fb97666ec12c10bcb8feb14bcc86a32dcdee8a9
 (DIR) parent 2f9c554f025a3cc6eae053d2ad26c2b88975a5bc
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon,  4 Jan 2010 14:39:40 +0100
       
       dl has to be a directory, not a file.
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -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", \