aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-21 21:54:09 +0100
committerGitHub <noreply@github.com>2023-02-21 21:54:09 +0100
commitc34380e939386d390f99a4f2d020fbd086988faa (patch)
tree91ba1b1985a88d275016ccc7d1531265c6fa9907 /patches
parent8da0a6aa7d276bd11db017ac8f809c8692314fc5 (diff)
parente7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b (diff)
Merge pull request #191 from chrboesch/dev_1711
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| {