summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-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 e13a27a..5398ce5 100644
--- a/patches/patches/096_memory_allocation.patch
+++ b/patches/patches/096_memory_allocation.patch
@@ -1,4 +1,4 @@
65c65
-< var avg: []f64 = {};
+< var avg: []f64 = ???;
---
> var avg: []f64 = try allocator.alloc(f64, arr.len);