Skip to content

Commit

Permalink
Merge pull request #1292 from simplerobot/develop
Browse files Browse the repository at this point in the history
Fixed st-trace reconnect on Windows
  • Loading branch information
Nightwalker-87 committed Jan 8, 2023
2 parents c7bcb52 + 54e4bc5 commit 6bc70f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st-trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static void abort_trace() { g_abort_trace = true; }
BOOL WINAPI CtrlHandler(DWORD fdwCtrlType) {
(void)fdwCtrlType;
abort_trace();
return FALSE;
return TRUE;
}
#endif

Expand Down

0 comments on commit 6bc70f7

Please sign in to comment.