From 13509727c7bf28767d35922361186b952e4523b8 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 10 Apr 2025 00:14:40 +0200 Subject: Codegen: Improve tracking of node types --- src/bootstrap/main.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap/main.src') diff --git a/src/bootstrap/main.src b/src/bootstrap/main.src index 546fa4a..518612b 100644 --- a/src/bootstrap/main.src +++ b/src/bootstrap/main.src @@ -14,7 +14,7 @@ let main = (argc: i64, argv: **i8) => i64 { printf("%s\n", filename); - let file = fopen("./src/bootstrap/main.src", "r"); + let file = fopen(filename, "r"); fseek(file, 0, 2); let file_size = ftell(file); -- cgit 1.4.1