Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[src/builtins/control.pir] switched to op form of join
The method form is in the setting, and not accessible at this early stage.
  • Loading branch information
Carl Masak committed Apr 19, 2009
1 parent 6161852 commit f03edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/control.pir
Expand Up @@ -213,7 +213,7 @@ the moment -- we'll do more complex handling a bit later.)
.local string message
.local pmc ex
message = list.'join'('')
message = join '', list
if message > '' goto have_message
message = "Died\n"
have_message:
Expand Down

0 comments on commit f03edcc

Please sign in to comment.