# HG changeset patch # User Andre Heinecke # Date 1395655580 0 # Node ID 571f68c7a38f71d5eff5b28b73b889f1ac42a6bf # Parent 65941f3d5db89c10760746d1f7b2d719d9abab03 Specified line length is 9999 and not 1000! diff -r 65941f3d5db8 -r 571f68c7a38f common/listutil.h --- 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 /**