diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-03-23 08:11:46 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-03-23 08:11:46 +0000 |
| commit | e78aa4d77a7c558dbdcdb51f78545b38e36b4d36 (patch) | |
| tree | 79287469e86a323b0e6d93f8ca1ba81a234a425b | |
| parent | fa7a3b619d233eb020ef07941dd3c9697474baaf (diff) | |
20070323-0810
| -rw-r--r-- | appl/cmd/ndb/registry.b | 2 | ||||
| -rw-r--r-- | dis/ndb/registry.dis | bin | 9244 -> 9269 bytes | |||
| -rw-r--r-- | include/version.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/appl/cmd/ndb/registry.b b/appl/cmd/ndb/registry.b index 7c6b8a88..540c556b 100644 --- a/appl/cmd/ndb/registry.b +++ b/appl/cmd/ndb/registry.b @@ -179,7 +179,7 @@ Serve: err := ""; pick m := gm { Readerror => - error(sys->sprint("fatal read error: %s\n", m.error)); + sys->fprint(sys->fildes(2), "registry: styx read error: %s\n", m.error); break Serve; Open => (fid, nil, nil, e) := srv.canopen(m); diff --git a/dis/ndb/registry.dis b/dis/ndb/registry.dis Binary files differindex dcf0fafa..03671018 100644 --- a/dis/ndb/registry.dis +++ b/dis/ndb/registry.dis diff --git a/include/version.h b/include/version.h index c8e1222e..8b9a68b3 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20070322)" +#define VERSION "Fourth Edition (20070323)" |
