fprintf(f, "ChannelID.ToString() = %s\n", tchid.ToString());
fprintf(f, "NumEvents() = %i\n", Schedule->NumEvents());
#else
-// put the count at the end.
+// put the count at the end.
#endif
thisChannel = Channels.GetByChannelID(tchid, true);
if (thisChannel)
fprintf(f, "\n\n");
}
#else
-// This whole section needs rewriting to walk the list.
+// This whole section needs rewriting to walk the list.
event = Schedule->Events()->First();
while (event) {
event = Schedule->Events()->Next(event);
else
{
unsigned char sendBuffer[8];
- *(unsigned long*)&sendBuffer[0] = htonl(0);
+ *(unsigned long*)&sendBuffer[0] = htonl(4);
*(unsigned long*)&sendBuffer[4] = htonl(0);
tcp.sendPacket(sendBuffer, 8);