Commit 57ccc47b authored by unknown's avatar unknown

No commit message

No commit message
parent 6edb8d5b
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <NdbOut.hpp> #include <NdbOut.hpp>
#include "ConfigInfo.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 trim(char *);
static void require(bool v) { if(!v) abort();} static void require(bool v) { if(!v) abort();}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment