Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update launcher.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney authored Apr 1, 2024
1 parent 8eac2f3 commit 6185f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void set_env_var(const std::wstring& name, const std::wstring& value)
fs::path get_launcher_directory()
{
wchar_t buffer[MAX_PATH];
size_t buffer_size = GetModuleFileNameW(nullptr, &buffer[0], NAX_PATH);
size_t buffer_size = GetModuleFileNameW(nullptr, &buffer[0], MAX_PATH);

fs::path path = fs::current_path();

Expand Down

0 comments on commit 6185f54

Please sign in to comment.