From 582e78c78d66aad6f06c32f8d2417f18f88cd8a2 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 8 Apr 2009 19:08:20 +0200 Subject: [PATCH] .join now defaults to empty separator --- src/builtins/any-list.pir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/any-list.pir b/src/builtins/any-list.pir index 279e4c66c6f..e30cefaf9df 100644 --- a/src/builtins/any-list.pir +++ b/src/builtins/any-list.pir @@ -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'()