Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Oct 29, 2018
1 parent cbd55fd commit a0d3a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool3/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ void CMainFrame::tr() // bh->Create(L"start",BS_BITMAP|WS_CHILD|WS_VISIBLE|c,CR
MessageBox(L"Bad start,check location");
return;
}
bren=q_torque;
rew=AfxBeginThread((AFX_THREADPROC)c,NULL);
bren = q_torque;
rew = AfxBeginThread((AFX_THREADPROC)c,NULL);
}

void CMainFrame::w() // q->Create(L"stop",BS_BITMAP|WS_CHILD|WS_VISIBLE|WS_DISABLED,CRect(50+170,50,170+170,100),this,233);
Expand Down Expand Up @@ -307,7 +307,7 @@ DWORD c;
CWnd::OnClose();
break;
default:
if (*braze[bren].crbegin() != L'q') { bren = q_quit; this->w(); }
if (bren != q_stop) { bren = q_quit; this->w(); }
bren = q_quit;
break;
}
Expand Down

0 comments on commit a0d3a24

Please # to comment.