This commit is contained in:
unknown 2004-06-17 13:25:38 +00:00
commit 57ccc47bfb

View file

@ -22,7 +22,7 @@
#include <NdbOut.hpp>
#include "ConfigInfo.hpp"
const int MAX_LINE_LENGTH = 120; // Max length of line of text in config file
const int MAX_LINE_LENGTH = 1024; // Max length of line of text in config file
static void trim(char *);
static void require(bool v) { if(!v) abort();}