[Kst] extragear/graphics/kst/kst/datasources/dirfile

Ted Kisner tskisner.public at gmail.com
Wed Jan 4 21:51:31 CET 2006


SVN commit 494364 by tskisner:

Change the annoyingly small limits on the length of a field name to something that is reasonably large (but still arbitrary).

 M  +3 -3      getdata_struct.h  


--- trunk/extragear/graphics/kst/kst/datasources/dirfile/getdata_struct.h #494363:494364
@@ -15,9 +15,9 @@
 #ifndef GETDATA_STRUCT_H
 #define GETDATA_STRUCT_H
 
-#define FIELD_LENGTH 16
-#define MAX_FILENAME_LENGTH 180
-#define MAX_LINE_LENGTH 180
+#define FIELD_LENGTH 50
+#define MAX_FILENAME_LENGTH 250
+#define MAX_LINE_LENGTH 250
 #define MAX_LINCOM 3
 #define MAX_IN_COLS 15
 


More information about the Kst mailing list