We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898bab4 commit 820be0fCopy full SHA for 820be0f
1 file changed
src/root.zig
@@ -77,7 +77,7 @@ pub fn loadProxy(module: std.os.windows.HMODULE) !void {
77
var module_path_buf = paths.ModulePathBuf{};
78
const module_path = (try module_path_buf.get(module)).?;
79
80
- const module_name = paths.getFileName(u16, module_path, true);
+ const module_name = paths.getFileName(u16, module_path);
81
82
const proxy_name = dll_name ++ ".dll";
83
if (!eqlIgnoreCase(module_name, proxy_name)) {
0 commit comments