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/factorial | |
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/factorial')
-rwxr-xr-x | subx/apps/factorial | bin | 5371 -> 5373 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/factorial b/subx/apps/factorial
index d3a50805..7d867940 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ |