Default should be binary. - geomyidae - A small C-based gopherd.
 (HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8e2c7276d2fa5fd44602707bd0621e0a91646bb8
 (DIR) parent 15637a95cdfd6cda10f147ad8cfb56ae16a4abea
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 17 May 2012 20:10:58 +0200
       
       Default should be binary.
       
       Diffstat:
         M ind.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ind.c b/ind.c
       @@ -19,7 +19,7 @@
        #include "handlr.h"
        
        filetype type[] = {
       -        {"default", "0", handlebin},
       +        {"default", "9", handlebin},
                {"gph", "1", handlegph},
                {"cgi", "0", handlecgi},
                {"dcgi", "1", handledcgi},