Skip to content

Commit 69fbad2

Browse files
committed
Remove chdir()
1 parent c46f6c7 commit 69fbad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ pub fn main() !void {
7676
var err_msg_buf: [1337]u8 = undefined;
7777
var err_msg_slice: []u8 = undefined;
7878

79-
if (std.c.chdir("I:/Programming/Cortex-Command-Mod-Converter-Engine") == -1) return error.chdir;
80-
8179
while (!window.shouldClose()) {
8280
zglfw.pollEvents();
8381

0 commit comments

Comments
 (0)