plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 37c7bc13fde7992dfcdd4d916f6fc3f8bcc22b42
parent 4bb8d725649b576c58a1e83d5831b42f090e8bd8
Author: rsc <devnull@localhost>
Date:   Wed, 13 Jul 2005 10:47:40 +0000

exit gracefully on error

Diffstat:
Msrc/cmd/acme/util.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/acme/util.c b/src/cmd/acme/util.c @@ -71,7 +71,7 @@ void error(char *s) { fprint(2, "acme: %s: %r\n", s); - abort(); + threadexitsall(nil); } Window*