Skip to content

Commit

Permalink
Fix Lua's CLINK_EXE variable sometimes not getting set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgers committed Apr 8, 2019
1 parent 4583281 commit 70058b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clink/app/src/utils/app_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void app_context::get_binaries_dir(str_base& out) const
out.reserve(size);
ReadFile(origin, out.data(), size, &read, nullptr);
CloseHandle(origin);
out.truncate(size);
}
else
{
Expand Down

0 comments on commit 70058b2

Please sign in to comment.