summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-06-10 22:58:05 +0200
committerYann Dirson <ydirson@altern.org>2006-06-10 22:58:05 +0200
commitab0095940796152f171d2de4fbd60ecc6ed433c3 (patch)
tree4063b1e28013bed1526a1a76d861df497ebd107d
parentfdf44680988ce53173262c8f6cb6b478a6ab04a9 (diff)
downloadcvsps-ab0095940796152f171d2de4fbd60ecc6ed433c3.tar.gz
Increase log-length limit to 64kB
Yeah, it should be dynamic. I'm lazy.
-rw-r--r--cvsps_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvsps_types.h b/cvsps_types.h
index b41e2a9..dba145d 100644
--- a/cvsps_types.h
+++ b/cvsps_types.h
@@ -8,7 +8,7 @@
#include <time.h>
-#define LOG_STR_MAX 32768
+#define LOG_STR_MAX 65536
#define AUTH_STR_MAX 64
#define REV_STR_MAX 64
#define MIN(a, b) ((a) < (b) ? (a) : (b))