diff common/listutil.h @ 123:571f68c7a38f

Specified line length is 9999 and not 1000!
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 24 Mar 2014 10:06:20 +0000
parents 64c8c6350e60
children 881ce5126f07
line wrap: on
line diff
--- a/common/listutil.h	Mon Mar 24 10:06:43 2014 +0100
+++ b/common/listutil.h	Mon Mar 24 10:06:20 2014 +0000
@@ -28,7 +28,7 @@
 } list_status_t;
 
 /* Definitions based on the format */
-#define MAX_LINE_LENGTH 1000
+#define MAX_LINE_LENGTH 9999
 #define MAX_LINES 1000
 
 /**

http://wald.intevation.org/projects/trustbridge/