aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-21 21:43:40 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-02-21 21:43:40 +0100
commite7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b (patch)
tree62e312ad4ea0cb66d1c9fbd6e259f21ee38dec60 /patches
parentf9b3d5082435dff928647c3e42d0a85ac1159aee (diff)
dev.1711 - switched to multi-object-for-loops
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/016_for2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/016_for2.patch b/patches/patches/016_for2.patch
index 5aba37f..bdbfc7d 100644
--- a/patches/patches/016_for2.patch
+++ b/patches/patches/016_for2.patch
@@ -1,4 +1,4 @@
-27c27
-< for (bits) |bit, ???| {
+28c28
+< for (bits, ???) |bit, ???| {
---
-> for (bits) |bit, i| {
+> for (bits, 0..) |bit, i| {