From 88388bd46774cb3b4dfaaa02473a85d36d9d76dc Mon Sep 17 00:00:00 2001 From: forsyth Date: Sat, 18 Jul 2009 23:02:08 +0100 Subject: 20070918 --- CHANGES | 2 ++ appl/cmd/stream.b | 3 +-- dis/stream.dis | Bin 1191 -> 1200 bytes 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index df9d01d1..58b09338 100644 --- a/CHANGES +++ b/CHANGES @@ -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 index 4ec4b89f..5283ac1d 100644 Binary files a/dis/stream.dis and b/dis/stream.dis differ -- cgit v1.2.3