/[H8]/trunk/h8server/h8serverDlg.cpp
ViewVC logotype

Diff of /trunk/h8server/h8serverDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 96 by kevin, Tue May 8 08:51:55 2007 UTC revision 97 by kevin, Tue May 22 06:55:23 2007 UTC
# Line 247  void mysocket::OnReceive(int nErrorCode) Line 247  void mysocket::OnReceive(int nErrorCode)
247                  }                  }
248                  Output[outputlength] = '\0';                  Output[outputlength] = '\0';
249    
250                  worksock.Send(Output,sendlength,0);                  worksock.Send(Output,7);
251    
252                  //LOG SKAL LAVES NUUUUUUUUUUUUUUUUUUUUUUU                  //LOG SKAL LAVES NUUUUUUUUUUUUUUUUUUUUUUU
253                  if(l.logID < 0)                  if(atoi(l.logID) < 0)
254                  {                  {
255                          CString logantal;                          CString logantal;
256                          logantal.Format("%d",antal);                          logantal.Format("%d",antal);

Legend:
Removed from v.96  
changed lines
  Added in v.97

  ViewVC Help
Powered by ViewVC 1.1.20