texit gracefully on error - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 37c7bc13fde7992dfcdd4d916f6fc3f8bcc22b42
(DIR) parent 4bb8d725649b576c58a1e83d5831b42f090e8bd8
(HTM) Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 10:47:40 +0000
exit gracefully on error
Diffstat:
M src/cmd/acme/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/acme/util.c b/src/cmd/acme/util.c
t@@ -71,7 +71,7 @@ void
error(char *s)
{
fprint(2, "acme: %s: %r\n", s);
- abort();
+ threadexitsall(nil);
}
Window*