From 7d48af93de3ca3f4cce8bece1e0797c34e34772f Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 26 Jul 2023 14:26:15 +0200 Subject: [PATCH] fix: add first line --- src/main.🗿 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.🗿 b/src/main.🗿 index 6ccc4ef..cc7c938 100644 --- a/src/main.🗿 +++ b/src/main.🗿 @@ -52,7 +52,7 @@ main() text = galloc(3); if (text == NULL) return 1; - [text + LOCATION_CURRENT_LINE] = 0; + [text + LOCATION_CURRENT_LINE] = 0 - 1; [text + LOCATION_LENGTH] = 0; [text + LOCATION_ARRAY]; [text + LOCATION_ARRAY] = galloc(0);