diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-07-18 23:02:08 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-07-18 23:02:08 +0100 |
| commit | 88388bd46774cb3b4dfaaa02473a85d36d9d76dc (patch) | |
| tree | da4abf2d2957bb12c568656e41148a45fa447869 | |
| parent | 809f8a1e652cf5834a4d4ea89debb819457b2faa (diff) | |
20070918
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | appl/cmd/stream.b | 3 | ||||
| -rw-r--r-- | dis/stream.dis | bin | 1191 -> 1200 bytes |
3 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,5 @@ +20090718 + fix appl/cmd/stream.b error exits to include fail: [mjl] 20090717 fix appl/lib/ip.b (see issue 186) [mjl] re-enable XK_ keys in port/win-x11a.c [mjl] diff --git a/appl/cmd/stream.b b/appl/cmd/stream.b index 4dd2cda3..90362cd8 100644 --- a/appl/cmd/stream.b +++ b/appl/cmd/stream.b @@ -93,6 +93,5 @@ eopen(name: string, mode: int): ref Sys->FD fail(s: string) { - raise s; - exit; + raise "fail:"+s; } diff --git a/dis/stream.dis b/dis/stream.dis Binary files differindex 4ec4b89f..5283ac1d 100644 --- a/dis/stream.dis +++ b/dis/stream.dis |
