Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jun 25, 2021
1 parent 6fa8d02 commit d1781fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ handle OpenConsoleActiveScreenBuffer()
void set_thread_name(const wchar_t* Name)
{
if (imports.SetThreadDescription)
SetThreadDescription(GetCurrentThread(), Name);
imports.SetThreadDescription(GetCurrentThread(), Name);
}

std::vector<uintptr_t> current_stack(size_t const FramesToSkip, size_t const FramesToCapture)
Expand Down

0 comments on commit d1781fa

Please sign in to comment.