Skip to content

Commit

Permalink
Attempted fixes at string types
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 3, 2024
1 parent 653b801 commit bce24fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void monitor_executables(const char* folder_path)
{
if (entry.is_regular_file() && entry.path().extension() == ".exe")
{
close_application_by_exe(entry.path().filename().c_str());
close_application_by_exe(entry.path().filename().string().c_str());
}
}

Expand Down

0 comments on commit bce24fb

Please sign in to comment.