Index: trunk/Ohana/src/kapa2/include/structures.h
===================================================================
--- trunk/Ohana/src/kapa2/include/structures.h	(revision 40419)
+++ trunk/Ohana/src/kapa2/include/structures.h	(revision 40501)
@@ -64,6 +64,6 @@
   int      x, y, dx, dy;   /* position and size */
   char    *label;          /* label on TextLine */
-  char     text[1024];     /* words of TextLine */
-  char     old_text[1024]; /* words of TextLine */
+  char     text[LONG_LINE_LENGTH];     /* words of TextLine */
+  char     old_text[LONG_LINE_LENGTH]; /* words of TextLine */
   int      outline;        /* draw an outline?  */ 
   int      cursor;         /* location of cursor (if selected) */
@@ -179,6 +179,6 @@
   double   start, slope;   /* zero, range for cmap to pixels */
   Coords   coords;
-  char     file[1024];     /* name of file */
-  char     name[1024];     /* name of buffer */
+  char     file[LONG_LINE_LENGTH];     /* name of file */
+  char     name[LONG_LINE_LENGTH];     /* name of buffer */
 } KapaImageChannel;
 
