changed maximum config line length to 2048

sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent 6aea593e2a
commit 7b28c6125c

@ -33,7 +33,7 @@
using std::string;
#define MAX_CONFIG_LINE 512
#define MAX_CONFIG_LINE 2048
/**
* \brief configuration file reader
*

Loading…
Cancel
Save