Skip to content

Commit 820be0f

Browse files
committed
Fix typo
1 parent 898bab4 commit 820be0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/root.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub fn loadProxy(module: std.os.windows.HMODULE) !void {
7777
var module_path_buf = paths.ModulePathBuf{};
7878
const module_path = (try module_path_buf.get(module)).?;
7979

80-
const module_name = paths.getFileName(u16, module_path, true);
80+
const module_name = paths.getFileName(u16, module_path);
8181

8282
const proxy_name = dll_name ++ ".dll";
8383
if (!eqlIgnoreCase(module_name, proxy_name)) {

0 commit comments

Comments
 (0)