Navigation Menu

Skip to content

Commit

Permalink
Fix zip operator when there's a list containing a range on one side. …
Browse files Browse the repository at this point in the history
…Patch courtesy of bacek++.
  • Loading branch information
jnthn committed Feb 25, 2009
1 parent dfe942d commit f9b9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/List.pir
Expand Up @@ -427,7 +427,7 @@ The zip operator.
unless arglist_it goto arglist_done
.local pmc arg, arg_it
arg = shift arglist_it
arg_it = iter arg
arg_it = arg.'iterator'()
push iterlist, arg_it
goto arglist_loop
arglist_done:
Expand Down

0 comments on commit f9b9041

Please sign in to comment.