mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
fixed typo - "path" lead to undeclared identifier
This commit is contained in:
parent
f47b7a0437
commit
405b8e9eee
@ -277,7 +277,7 @@ pub const WindowsDynLib = struct {
|
||||
}
|
||||
|
||||
pub fn openC(path_c: [*:0]const u8) !WindowsDynLib {
|
||||
const path_w = try windows.cStrToPrefixedFileW(path);
|
||||
const path_w = try windows.cStrToPrefixedFileW(path_c);
|
||||
return openW(&path_w);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user