Index: /branches/eam_branches/20091201/Ohana/src/libkapa/src/KiiOverlay.c
===================================================================
--- /branches/eam_branches/20091201/Ohana/src/libkapa/src/KiiOverlay.c	(revision 26415)
+++ /branches/eam_branches/20091201/Ohana/src/libkapa/src/KiiOverlay.c	(revision 26416)
@@ -92,10 +92,10 @@
 
   write (fd, textdata, Ntextdata);
-  KiiWaitAnswer (fd, "DONE");
+  KiiWaitAnswer (fd, "DONE"); // this 'DONE' notes the end of the textdata buffer
 
   free (buffer);
   free (textdata);
 
-  KiiWaitAnswer (fd, "DONE");
+  KiiWaitAnswer (fd, "DONE"); // this 'DONE' notes the end of the command
   return (TRUE);
 }
