From: fredrik Date: Tue, 23 May 2006 23:00:49 +0000 (+0000) Subject: Increase dbuf size. X-Git-Tag: 0.1~37 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=16da7c0dcff1bb17c257c1bf1b035edabfbafd3f Increase dbuf size. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@609 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/config/tthsum.c b/config/tthsum.c index 796b94a..dd20521 100644 --- a/config/tthsum.c +++ b/config/tthsum.c @@ -48,7 +48,7 @@ struct tigertreehash { int depth; }; -char buf[32768], dbuf[512]; +char buf[32768], dbuf[8192]; static char *base64set = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; static int base64rev[] = {