Index: trunk/Ohana/src/kapa2/src/Image.c
===================================================================
--- trunk/Ohana/src/kapa2/src/Image.c	(revision 25757)
+++ trunk/Ohana/src/kapa2/src/Image.c	(revision 27435)
@@ -11,5 +11,5 @@
 
   channel->coords.Npolyterms = 0;
-  channel->matrix.size = 0; /* a flag to show there is no data in the matrix */
+  channel->matrix.datasize = 0; /* a flag to show there is no data in the matrix */
   ALLOCATE (channel->matrix.buffer, char, 1);  /* allocate so later free will not crash! */
 
