aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/096_memory_allocation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patches/096_memory_allocation.patch')
-rw-r--r--patches/patches/096_memory_allocation.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/096_memory_allocation.patch b/patches/patches/096_memory_allocation.patch
index 5398ce5..fd990b0 100644
--- a/patches/patches/096_memory_allocation.patch
+++ b/patches/patches/096_memory_allocation.patch
@@ -1,4 +1,4 @@
-65c65
+66c66
< var avg: []f64 = ???;
---
> var avg: []f64 = try allocator.alloc(f64, arr.len);