changeset 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 65941f3d5db8
children 2d50ff378367
files common/listutil.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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/