Skip to content

Commit

Permalink
Update MiscWinApi.Impl.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 20, 2024
1 parent bb9aabb commit 84afe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nefarius/neflib/MiscWinApi.Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace nefarius::winapi
}
else if constexpr (std::is_same_v<StringType, std::string>)
{
return nefarius::utilities::ConvertToNarrow(GetProcessFullPathImpl(PID));
return nefarius::utilities::ConvertWideToANSI(GetProcessFullPathImpl(PID));
}
else
{
Expand Down

0 comments on commit 84afe90

Please sign in to comment.