From 5137a3d9a909ec009762c429cf229b33b0825f80 Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Wed, 21 Jun 2000 13:34:16 +0000 Subject: [PATCH] Doubling the size of MAXSIZE because of large delta indigestion. Submitted by: Stefan Esser. --- usr.sbin/ctm/ctm/ctm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index 437672f1605..b4ed57a8b3f 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -26,7 +26,7 @@ #include #define VERSION "2.0" -#define MAXSIZE (1024*1024*10) +#define MAXSIZE (1024*1024*20) #define SUBSUFF ".ctm" #define TMPSUFF ".ctmtmp"