--- trunk/H7 Server/TcpClientClass.cpp 2007/02/06 14:19:39 64 +++ trunk/H7 Server/TcpClientClass.cpp 2007/02/06 16:44:32 65 @@ -58,7 +58,7 @@ parent->H7Serial.writeTarget(LED5,ON); break; case 100: - SendReply(); // <-- + SendReply(); break; } Sleep(10); @@ -79,7 +79,6 @@ CH7ServerDlg* parent = (CH7ServerDlg*) AfxGetMainWnd(); CString output; - short Tmp; CString format; const int timer = 10;