diff options
Diffstat (limited to '')
-rw-r--r-- | lux-cl/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux index dfff7fb92..36ce1f0cd 100644 --- a/lux-cl/source/program.lux +++ b/lux-cl/source/program.lux @@ -243,7 +243,7 @@ (#try.Failure error) (#try.Success member) - (recur (inc idx) (array.write! idx (:as Any member) output))) + (recur (++ idx) (array.write! idx (:as Any member) output))) (#try.Success output))))) (def: (read host_object) |