# HG changeset patch
# User etisserant
# Date 1232350084 -3600
# Node ID 225db59fe6fee1280dbb8f897494c0cafcfc5c61
# Parent  ae423926bc84f83153e2a9303ee57a80c49c1094
Canged default string length to 127, keeping strlen_t to int8_t

diff -r ae423926bc84 -r 225db59fe6fe lib/iec_types.h
--- a/lib/iec_types.h	Mon Jan 19 08:27:30 2009 +0100
+++ b/lib/iec_types.h	Mon Jan 19 08:28:04 2009 +0100
@@ -48,7 +48,7 @@
 typedef struct timespec IEC_TOD;
 
 #ifndef STR_MAX_LEN
-#define STR_MAX_LEN 40
+#define STR_MAX_LEN 127
 #endif
 
 #ifndef STR_LEN_TYPE