- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/kapa2/src/CheckPipe.c
r21060 r27840 131 131 } 132 132 133 if (!strcmp (word, "MOVE")) { 134 status = Relocate (sock); 135 KiiSendCommand (sock, 4, "DONE"); 136 FINISHED (status); 137 } 138 133 139 if (!strcmp (word, "GLIM")) { 134 140 GetLimits (sock); … … 211 217 if (!strcmp (word, "MSEC")) { 212 218 status = MoveSection (sock); 219 KiiSendCommand (sock, 4, "DONE"); 220 FINISHED (TRUE); 221 } 222 223 if (!strcmp (word, "BSEC")) { 224 status = SetSectionBG (sock); 213 225 KiiSendCommand (sock, 4, "DONE"); 214 226 FINISHED (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
