Changeset 26416
- Timestamp:
- Dec 15, 2009, 6:09:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/Ohana/src/libkapa/src/KiiOverlay.c
r15620 r26416 92 92 93 93 write (fd, textdata, Ntextdata); 94 KiiWaitAnswer (fd, "DONE"); 94 KiiWaitAnswer (fd, "DONE"); // this 'DONE' notes the end of the textdata buffer 95 95 96 96 free (buffer); 97 97 free (textdata); 98 98 99 KiiWaitAnswer (fd, "DONE"); 99 KiiWaitAnswer (fd, "DONE"); // this 'DONE' notes the end of the command 100 100 return (TRUE); 101 101 }
Note:
See TracChangeset
for help on using the changeset viewer.
