From 7b28c6125c64b2f67694fcaef5356166a8659928 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 10 Jun 2011 14:17:48 +0200 Subject: [PATCH] changed maximum config line length to 2048 --- core/AmConfigReader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AmConfigReader.h b/core/AmConfigReader.h index 89a0c007..b29db6c2 100644 --- a/core/AmConfigReader.h +++ b/core/AmConfigReader.h @@ -33,7 +33,7 @@ using std::string; -#define MAX_CONFIG_LINE 512 +#define MAX_CONFIG_LINE 2048 /** * \brief configuration file reader *