Skip to content

Commit

Permalink
.join now defaults to empty separator
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 8, 2009
1 parent 7a22e0d commit 582e78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/any-list.pir
Expand Up @@ -71,7 +71,7 @@ the size of that file down and to emphasize their generic,
.param string sep :optional
.param int has_sep :opt_flag
if has_sep goto have_sep
sep = ' '
sep = ''
have_sep:
$P0 = self.'list'()
$P0.'!flatten'()
Expand Down

0 comments on commit 582e78c

Please sign in to comment.