diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-03 16:38:44 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-03 16:44:16 -0800 |
commit | 5e27c7f13e6a888484ccf144579ed2d3b676da89 (patch) | |
tree | 7763e7d04c2c0e1c374750777b0361b826401fdd /subx/apps/crenshaw2-1 | |
parent | 5082923e81d331c2be12d6ec0be098bbd7ecf1c2 (diff) | |
download | mu-5e27c7f13e6a888484ccf144579ed2d3b676da89.tar.gz |
4827
I was 'returning' a phantom value from 'write' when the underlying '_write' returns nothing. In general, returning counts of bytes written is not so useful for error checking when my primitives abstract away from that. We'll come back to error signalling later.
Diffstat (limited to 'subx/apps/crenshaw2-1')
-rwxr-xr-x | subx/apps/crenshaw2-1 | bin | 6480 -> 6482 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 47762af7..10003ae7 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differ |