aboutsummaryrefslogtreecommitdiff
path: root/unused.jai
diff options
context:
space:
mode:
authordam <dam@gudinoff>2023-04-14 09:03:25 +0100
committerdam <dam@gudinoff>2023-04-14 09:03:25 +0100
commit81ba4ca925c4e66b107bb7df737b8fdd51eee9ac (patch)
tree5cb9e812029f1dcbb7a77aade0ba220ab7e97b77 /unused.jai
parent3bda0a6e82af3e09336b7f715de4d5aded28b78b (diff)
downloadtask-time-tracker-81ba4ca925c4e66b107bb7df737b8fdd51eee9ac.tar.zst
task-time-tracker-81ba4ca925c4e66b107bb7df737b8fdd51eee9ac.zip
Using resizable array to hold tasks. Implemented create new task, rename task. Fixed case break bug.
Diffstat (limited to 'unused.jai')
-rw-r--r--unused.jai3
1 files changed, 2 insertions, 1 deletions
diff --git a/unused.jai b/unused.jai
index a218aef..97d9f88 100644
--- a/unused.jai
+++ b/unused.jai
@@ -1,4 +1,5 @@
- print(">%<", S64_MIN + delta, to_standard_error = true);
+auto_release_temp(); // TODO Needs to be tested.
+print(">%<", S64_MIN + delta, to_standard_error = true);
// TODO DEBUG
print_owner_allocator :: (tag: string, memory: *void) {