mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Bugfix - reverse list
This commit is contained in:
parent
67e5da51a4
commit
41b14f14ea
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
|||
(end (if (> (length opts) 1) (cadr opts) len))
|
||||
(loop (lambda (i lst)
|
||||
(if (= i end)
|
||||
lst
|
||||
(reverse lst)
|
||||
(loop (+ i 1)
|
||||
(cons (vector-ref vec i) lst))))))
|
||||
(loop start '())))
|
||||
|
|
Loading…
Add table
Reference in a new issue