Skip to content

Commit a0d3a24

Browse files
committed
no message
1 parent cbd55fd commit a0d3a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tool3/MainFrm.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ void CMainFrame::tr() // bh->Create(L"start",BS_BITMAP|WS_CHILD|WS_VISIBLE|c,CR
193193
MessageBox(L"Bad start,check location");
194194
return;
195195
}
196-
bren=q_torque;
197-
rew=AfxBeginThread((AFX_THREADPROC)c,NULL);
196+
bren = q_torque;
197+
rew = AfxBeginThread((AFX_THREADPROC)c,NULL);
198198
}
199199

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

0 commit comments

Comments
 (0)