Skip to content

Commit

Permalink
drivers bugfix wrong return value
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 7, 2024
1 parent c64170c commit f276163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ namespace

// Nothing to do
if (handle == nullptr)
return false;
return std::wstring();

return FsUtils::getModuleFileName(handle);
#elif __linux__
Expand Down

0 comments on commit f276163

Please sign in to comment.